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

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/mfasanya/php-jsonwhois

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

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