Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 578 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 578 Bytes

php-jsonwhois

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