2017 © Pedro Peláez
 

library scl-whois

Library for performing whois lookups on domain names

image

sclinternet/scl-whois

Library for performing whois lookups on domain names

  • Sunday, June 2, 2013
  • by tomphp
  • Repository
  • 3 Watchers
  • 5 Stars
  • 108 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

WHOIS Server Lookup Library

Build Status Coverage Status, (*1)

Performs a whois lookup on a given domain name., (*2)

Requires

sclinternet/SclSocket, (*3)

Intallation

Add the following to your composer.json file, (*4)

{
    "require": {
        "sclinternet/scl-whois": "dev-master"
    }
}

Usage

Create an instance of the DomainLookup object passing in a SclSocket\SocketInterface and call lookup()., (*5)

$whois = new \SclWhois\DomainLookup(new \SclSocket\Socket);

echo $whois->lookup('google.com');

The Versions

02/06 2013