2017 © Pedro Peláez
 

library whois

Whois client.

image

lander931/whois

Whois client.

  • Tuesday, July 3, 2018
  • by Lander931
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 150 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

php-whois

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

Example of usage


<?php $sld = 'reg.ru'; $domain = new \Lander931\Whois\Whois($sld); $whois_answer = $domain->info(); echo $whois_answer; if ($domain->isAvailable()) { echo "Domain is available\n"; } else { echo "Domain is registered\n"; }

Proxy

$sld = 'reg.ru';

$domain = new \Lander931\Whois\Whois($sld, [
    'host' => '127.0.0.1',
    'port' => '30000',
    'user' => 'user',
    'pass' => 'secret'
]);

The Versions

03/07 2018

dev-master

9999999-dev

Whois client.

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *

 

by Chekanov Dmitry

whois

03/07 2018

1.1.2

1.1.2.0

Whois client.

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *

 

by Chekanov Dmitry

whois

03/07 2018

1.1.1

1.1.1.0

Whois client.

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *

 

by Chekanov Dmitry

whois

03/07 2018

1.1.0

1.1.0.0

Whois client.

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *

 

by Chekanov Dmitry

whois

03/07 2018

1.0.1

1.0.1.0

Whois client.

  Sources   Download

MIT

The Requires

  • php >=5.4
  • ext-curl *

 

by Chekanov Dmitry

whois