Skip to content

mfasanya/php-jsonwhois

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A PHP library for the JsonWhois API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages