2017 © Pedro PelĂĄez
 

library whois

Library for get whois information about domain. Uses the API from the site www.sudostuff.com. An article about the API is available on http://www.sudostuff.com/free-open-source-whois-api-1.html

image

lawondyss/whois

Library for get whois information about domain. Uses the API from the site www.sudostuff.com. An article about the API is available on http://www.sudostuff.com/free-open-source-whois-api-1.html

  • Thursday, June 5, 2014
  • by Lawondyss
  • Repository
  • 1 Watchers
  • 0 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 50 % Grown

The README.md

Whois

Library for get whois information about domain., (*1)

Uses the API from the site sudostuff.com. About the API is available on this article., (*2)

License

Is freely distributable under the terms of the GPL-3 license., (*3)

Install

Whois is available on Packagist, where you can get it via Composer., (*4)

File composer.json:, (*5)

{
    "require": {
        "lawondyss/whois": "dev-master"
    }
}

Run in command-line:, (*6)

php composer.phar install

Uses

$whois = new Whois\Whois;

$info = $whois->getInfo('google.com');

var_dump($info['Domain Name']); // string(10) "google.com"
var_dump($info['Creation Date']); // string(13) "2002-10-02T00"
var_dump($info['Admin Organization']); // string(11) "Google Inc."

The Versions

05/06 2014

dev-master

9999999-dev https://github.com/Lawondyss/Whois

Library for get whois information about domain. Uses the API from the site www.sudostuff.com. An article about the API is available on http://www.sudostuff.com/free-open-source-whois-api-1.html

  Sources   Download

GPL-3.0

The Requires

  • php >= 5.3.0

 

The Development Requires

by Ladislav Vondráček

whois