2017 © Pedro Peláez
 

library whois

Whois class

image

boltegg/whois

Whois class

  • Wednesday, March 9, 2016
  • by boltegg
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

whois class

PHP class to retrieve WHOIS information., (*1)

Installing

composer require boltegg/whois @dev

Methods

Get whois information

<?php

$whois = new \Whois();

$domain = 'google.com';

$whois_result = $whois->getInfo($domain);
echo $whois_result;

Get domain status

<?php

$whois = new \Whois();

if ($whois->isAvailable($domain)) {
    echo "Domain is available\n";
} else {
    echo "Domain is registered\n";
}

The Versions

09/03 2016

dev-master

9999999-dev

Whois class

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar boltegg

whois

09/03 2016

1.0.0

1.0.0.0

Whois class

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar boltegg

whois