mathsgod/webnic-client-php

1.0.0 2024-09-04 09:25 UTC

This package is auto-updated.

Last update: 2024-11-04 09:45:43 UTC


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'));