Implementation of DNS in PHP

dev-master 2016-07-13 18:52 UTC

This package is auto-updated.

Last update: 2024-04-29 03:18:25 UTC


README

Run Status Coverage Badge

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.