mathsgod / webnic-client-php
2.0.0
2026-03-11 03:36 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'));