2017 © Pedro Peláez
 

library whois

Whois client.

image

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

The README.md

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"; }

The Versions

16/06 2016

dev-master

9999999-dev

Whois client.

  Sources   Download

MIT

The Requires

  • php >=5.3.2
  • ext-curl *

 

whois