PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   PHP Alexa Rank Top Domain   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Alexa Rank Top Domain
Retrieve domains from Alexa top 1 million domains
Author: By
Last change: Update composer.json
Date: 6 years ago
Size: 669 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/top-domain", "type": "library", "description": "Top 1 million domains list. Random domain. Check if your domain is in the top 1 million. Get a list of X domains.", "keywords": ["domain-rank", "website-rank", "domain-popularity", "website-popularity", "random-domain", "random-website"], "homepage": "https://github.com/peterkahl/top-domain", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "email": "peter.kahl@colossalmind.com", "homepage": "https://www.colossalmind.com/", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "peterkahl\\TopDomain\\": "src/" } } }