php-whois

PHP class to retrieve WHOIS information.

  • Owner: regru/php-whois
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

php-whois

PHP class to retrieve WHOIS information.

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

Main metrics

Overview
Name With Ownerregru/php-whois
Primary LanguagePHP
Program languagePHP (Language Count: 1)
Platform
License:
所有者活动
Created At2012-09-26 07:01:47
Pushed At2024-01-09 15:03:44
Last Commit At2022-08-11 17:41:45
Release Count0
用户参与
Stargazers Count365
Watchers Count66
Fork Count191
Commits Count74
Has Issues Enabled
Issues Count33
Issue Open Count26
Pull Requests Count25
Pull Requests Open Count24
Pull Requests Close Count7
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private