https://github.com/daverandom/libdns
DNS implementation in pure PHP
https://github.com/daverandom/libdns
Last synced: about 1 year ago
JSON representation
DNS implementation in pure PHP
- Host: GitHub
- URL: https://github.com/daverandom/libdns
- Owner: DaveRandom
- License: mit
- Created: 2012-11-23T02:29:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T16:58:45.000Z (about 2 years ago)
- Last Synced: 2024-05-01T19:54:48.624Z (about 2 years ago)
- Language: PHP
- Size: 280 KB
- Stars: 125
- Watchers: 7
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LibDNS
======
DNS protocol implementation in pure PHP
Status
------
This library is currently undergoing a ground-up rewrite. The old codebase has been archive to the 2.x branch. The
current master is version 3, a completely new API which is simpler and should be easier to work with, as well as
improving performance and extensibility. V3 also includes much more complete list of IANA-registered record types,
classes and other elements.
The v3 API has now largely stabilised and work on migrating to the new API is encouraged as soon as possible. It is
unlikely there will be any more releases from the 2.x branch.
A migration guide will be produced in line with the first RC, but the code in the `examples` directory can be used to
infer most of the required changes.