LibDNS
DNS implementation in pure PHP
File Explorer
Download Latest Version (.zip)- functions.php
- AQuery.php
- CustomResourceData.php
- SOAQuery.php
- HostsFile.php
- Parser.php
- ParsingContext.php
- Context.php
- Decoder.php
- ResourceDataDecoder.php
- Context.php
- Encoder.php
- EncodingOptions.php
- ResourceDataEncoder.php
- Message.php
- MessageFlags.php
- MessageOpCodes.php
- MessageResponseCodes.php
- Query.php
- Response.php
- DecodingContext.php
- EncodingContext.php
- A.php
- AAAA.php
- CERT.php
- CNAME.php
- DNAME.php
- MX.php
- NAPTR.php
- NS.php
- PTR.php
- RP.php
- SOA.php
- SRV.php
- TXT.php
- UnknownResourceData.php
- QuestionRecord.php
- RawResourceData.php
- Record.php
- ResourceClasses.php
- ResourceData.php
- ResourceQClasses.php
- ResourceQTypes.php
- ResourceRecord.php
- ResourceTypes.php
- functions.php
- HostsFileTest.php
- BigEndToEndTest.php
- .editorconfig
- .gitignore
- composer.json
- LICENSE
- phpunit.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/DaveRandom/LibDNS
Downloads the entire project code from GitHub to your computer.
cd LibDNS
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
