Skip to content
/ dns Public

A fully-capable DNS client in pure PHP with complete DNSSEC validation

Notifications You must be signed in to change notification settings

sztyup/dns

Repository files navigation

DNS client for PHP

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.

About

A fully-capable DNS client in pure PHP with complete DNSSEC validation

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages