mfasanya/php-jsonwhois

There is no license information available for the latest version (dev-master) of this package.

A PHP library for the JsonWhois API

dev-master 2015-06-21 17:35 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:01:55 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