github.com/mathsgod/webnic-client-php
源代码
问题
安装: 1
依赖: 0
建议者: 0
安全: 0
星标: 0
关注者: 1
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 835f762d81747a7e6538950838f8d3828936e7be
This package is auto-updated.
Last update: 2024-09-04 09:26:16 UTC
WebNIC API 客户端 for PHP
composer require mathsgod/webnic-client-php
use WebNIC\Client; $client = new Client('your-client-id', 'your-secret');
print_r($client->domain()->whois('example.com'));