mfasanya / php-jsonwhois
A PHP library for the JsonWhois API
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/mfasanya/php-jsonwhois
Requires
- php: >=5.3.0
- mashape/unirest-php: dev-master
This package is not auto-updated.
Last update: 2025-12-20 22:39:22 UTC
README
A PHP Library for the JsonWhois API. It gathers social, whois and screenshot data for domains.
Requirements
PHP version >= 5.3.0.
Installing
{
"require": {
"mfasanya/php-jsonwhois": "dev-master"
}
}
Configuring
use JsonWhois\JsonWhois; $API = new JsonWhois(); $API->apiKey("API KEY");
Usage
$whois = $API->whois('bloom.com'); $screenshot = $API->screenshot('bloom.com');
And thats it!
License
MIT