Ever wanted to do DNSSEC validation in PHP?, (*1)
This dnssec validator is written in 100% PHP5. It contains an object-oriented DNS module that can retrieve any record from a nameserver., (*2)
No other modules or downloads needed, (*3)
The validator has been tested extensively on .NL and .EU domain names, but not on other ones., (*4)
Please feel free to test, use, add or modify., (*5)
To use this suite:
- Clone this repository
- php test.php domainname, (*6)
At this time it will only test .nl, .eu and .com domains because the nameservers are known for these extensions. Nameservers can be added for other extensions.
See DNS/dnsProtocol.php function registrynameservers(), (*7)