sztyup/dns

Fully PHP based DNS client with DNSSEC validation

Maintainers

Package info

github.com/sztyup/dns

Homepage

pkg:composer/sztyup/dns

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.1 2022-01-01 19:57 UTC

This package is auto-updated.

Last update: 2026-03-01 00:37:41 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.