mathsgod / webnic-client-php
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mathsgod/webnic-client-php
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'));