{
"name": "io-developer/php-whois",
"description": "PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible ",
"keywords": [
"php",
"whois",
"query",
"tld",
"domain",
"lookup",
"info",
"asn",
"routes",
"parser",
"?????"
],
"type": "library",
"license": "MIT",
"homepage": "https://github.com/io-developer/php-whois",
"authors": [
{
"name": "Sergey Sedyshev",
"email": "i.o.developer@gmail.com",
"homepage": "https://github.com/io-developer"
}
],
"require" : {
"php" : ">=5.4",
"ext-curl": "*",
"ext-intl": "*",
"ext-mbstring": "*"
},
"require-dev" : {
"phpunit/phpunit": "^4.0"
},
"autoload": {
"psr-4": {
"Iodev\\": "src/Iodev/"
}
},
"autoload-dev": {
"psr-4": {
"": [ "tests/" ]
}
},
"scripts": {
"test": [
"phpunit --bootstrap tests/bootstrap.php tests"
]
}
}
|