PHP Classes

File: vendor/io-developer/php-whois/composer.json

Recommend this page to a friend!
  Classes of Till Wehowski   PHP RDAP Server   vendor/io-developer/php-whois/composer.json   Download  
File: vendor/io-developer/php-whois/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP RDAP Server
Process RDAP queries about an IP address or domain
Author: By
Last change:
Date: 12 days ago
Size: 1,153 bytes
 

Contents

Class file image Download
{ "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" ] } }