sclinternet/scl-whois
Composer 安装命令:
composer require sclinternet/scl-whois
包简介
Library for performing whois lookups on domain names
README 文档
README
Performs a whois lookup on a given domain name.
Requires
Intallation
Add the following to your composer.json file
{
"require": {
"sclinternet/scl-whois": "dev-master"
}
}
Usage
Create an instance of the DomainLookup object passing in a SclSocket\SocketInterface and call lookup().
$whois = new \SclWhois\DomainLookup(new \SclSocket\Socket); echo $whois->lookup('google.com');
统计信息
- 总下载量: 113
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-02-04