jwriteclub / dns
Implementation of DNS in PHP
dev-master
2016-07-13 18:52 UTC
Requires
- guzzlehttp/guzzle: 6.x
- predis/predis: 1.x
Requires (Dev)
- phpunit/phpunit: 4.x
This package is auto-updated.
Last update: 2025-01-29 05:06:23 UTC
README
DNS implementation in pure PHP. Also includes support for ".bit" domain names.
Getting started
composer update
./vendor/bin/phpunit
php ./example/query.php google.com
php ./example/query.php wikileaks.bit
Copyright
The DNS library is licensed under the MIT License.