sztyup / dns
Fully PHP based DNS client with DNSSEC validation
0.1
2022-01-01 19:57 UTC
Requires
- php: >=8.0
- ext-openssl: *
- ext-sockets: *
- clue/socket-raw: ^1.5
- mlocati/ip-lib: ^1.17
- phpseclib/phpseclib: ^3.0.12
Requires (Dev)
- phpunit/phpunit: ^9.5.11
This package is auto-updated.
Last update: 2024-10-29 06:31:05 UTC
README
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.