php-whois

PHP class to retrieve WHOIS information.

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 15:01:47
推送於2024-01-09 23:03:44
最后一次提交2022-08-11 22:41:45
發布數0
用户参与
星數364
關注者數65
派生數192
提交數74
已啟用問題?
問題數33
打開的問題數26
拉請求數25
打開的拉請求數24
關閉的拉請求數7
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?