A PHP Library for the JsonWhois API. It gathers social, whois and screenshot data for domains.
PHP version >= 5.3.0.
{
"require": {
"mfasanya/php-jsonwhois": "dev-master"
}
}
use JsonWhois\JsonWhois;
$API = new JsonWhois();
$API->apiKey("API KEY");
$whois = $API->whois('bloom.com');
$screenshot = $API->screenshot('bloom.com');
And thats it!
MIT