mathsgod/webnic-client-php

1.0.0 2024-09-04 09:25 UTC

This package is auto-updated.

Last update: 2024-09-04 09:26:16 UTC


README

WebNIC API 客户端 for PHP

安装

composer require mathsgod/webnic-client-php

使用方法

认证

use WebNIC\Client;

$client = new Client('your-client-id', 'your-secret');

DNS

检查 Whois

print_r($client->domain()->whois('example.com'));