sztyup/dns

Fully PHP based DNS client with DNSSEC validation

0.1 2022-01-01 19:57 UTC

This package is auto-updated.

Last update: 2024-04-29 04:59:49 UTC


README

StyleCI License

Installation

The recommended way is by Composer.

composer require sztyup/dns

#Usage

$client = new \Sztyup\Dns\SecureClient();
$client->query('google.com', 'A');

License

This package is available under the MIT License (MIT). Please see License File for more information.