mathsgod / webnic-client-php
1.0.0
2024-09-04 09:25 UTC
Requires
- guzzlehttp/guzzle: ^7.9
README
WebNIC API Client for PHP
install
composer require mathsgod/webnic-client-php
usage
Auth
use WebNIC\Client; $client = new Client('your-client-id', 'your-secret');
DNS
Check Whois
print_r($client->domain()->whois('example.com'));