php-whois

PHP class to retrieve WHOIS information.

  • 所有者: regru/php-whois
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者regru/php-whois
主编程语言PHP
编程语言PHP (语言数: 1)
平台
许可证
所有者活动
创建于2012-09-26 07:01:47
推送于2024-01-09 15:03:44
最后一次提交2022-08-11 17:41:45
发布数0
用户参与
星数365
关注者数66
派生数191
提交数74
已启用问题?
问题数33
打开的问题数26
拉请求数25
打开的拉请求数24
关闭的拉请求数7
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?