mfasanya / php-jsonwhois
此包的最新版本(dev-master)没有提供许可证信息。
JsonWhois API 的 PHP 库
dev-master
2015-06-21 17:35 UTC
Requires
- php: >=5.3.0
- mashape/unirest-php: dev-master
This package is not auto-updated.
Last update: 2024-09-28 16:31:01 UTC
README
这是一个用于 JsonWhois API 的 PHP 库。它可以收集域名的社交、whois 和截图数据。
要求
PHP 版本 >= 5.3.0。
安装
{
"require": {
"mfasanya/php-jsonwhois": "dev-master"
}
}
配置
use JsonWhois\JsonWhois; $API = new JsonWhois(); $API->apiKey("API KEY");
使用
$whois = $API->whois('bloom.com'); $screenshot = $API->screenshot('bloom.com');
就这样了!
许可证
MIT