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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?