library whois
Whois client.
phois/whois
Whois client.
- Thursday, June 16, 2016
- by nekrich
- Repository
- 54 Watchers
- 264 Stars
- 31,933 Installations
- PHP
- 2 Dependents
- 0 Suggesters
- 152 Forks
- 44 Open issues
- 1 Versions
- 8 % Grown
php-whois (UNMAINTAINED)
PHP class to retrieve WHOIS information., (*1)
Example of usage
<?php
$sld = 'reg.ru';
$domain = new Phois\Whois\Whois($sld);
$whois_answer = $domain->info();
echo $whois_answer;
if ($domain->isAvailable()) {
echo "Domain is available\n";
} else {
echo "Domain is registered\n";
}
dev-master
9999999-dev
Whois client.
Sources
Download
MIT
The Requires
whois