sztyup/dns

Fully PHP based DNS client with DNSSEC validation

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sztyup/dns

0.1 2022-01-01 19:57 UTC

This package is auto-updated.

Last update: 2025-09-29 02:58:48 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.