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

1.0.0 2024-09-04 09:25 UTC

This package is auto-updated.

Last update: 2025-10-04 11:40:24 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'));