2017 © Pedro Peláez
 

library php-jsonwhois

A PHP library for the JsonWhois API

image

mfasanya/php-jsonwhois

A PHP library for the JsonWhois API

  • Sunday, June 21, 2015
  • by mfasanya
  • Repository
  • 1 Watchers
  • 3 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

php-jsonwhois

A PHP Library for the JsonWhois API. It gathers social, whois and screenshot data for domains., (*1)

Requirements

PHP version >= 5.3.0., (*2)

Installing

json { "require": { "mfasanya/php-jsonwhois": "dev-master" } }, (*3)

Configuring

``` php use JsonWhois\JsonWhois;, (*4)

$API = new JsonWhois();

$API->apiKey("API KEY");

```, (*5)

Usage

php $whois = $API->whois('bloom.com'); $screenshot = $API->screenshot('bloom.com');, (*6)

And thats it!, (*7)

License

MIT, (*8)

The Versions

21/06 2015

dev-master

9999999-dev

A PHP library for the JsonWhois API

  Sources   Download

The Requires

 

by Mitchell Fasanya