Download the PHP package orgoth/netdns2 without Composer
On this page you can find all versions of the php package orgoth/netdns2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download orgoth/netdns2
More information about orgoth/netdns2
Files in orgoth/netdns2
Download orgoth/netdns2
More information about orgoth/netdns2
Files in orgoth/netdns2
Vendor orgoth
Package netdns2
Short Description Native PHP5 DNS Resolver and Updater Library
License BSD-2-Clause
Homepage https://netdns2.com/
Package netdns2
Short Description Native PHP5 DNS Resolver and Updater Library
License BSD-2-Clause
Homepage https://netdns2.com/
Please rate this library. Is it a good library?
Informations about the package netdns2
NetDns2 - Native PHP5 DNS Resolver and Updater by Mike Pultz
The main features for this package include:
- Increased performance; most requests are 2-10x faster than Net_DNS
- Near drop-in replacement for Net_DNS
- Uses PHP5 style classes and exceptions
- Support for IPv4 and IPv6, TCP and UDP sockets.
- Includes a separate, more intuitive "Updater" class for handling dynamic update
- Support zone signing using TSIG and SIG(0) for updates and zone transfers
- Includes a local cache using shared memory or flat file to improve performance
- includes many more RR's, including DNSSEC RR's.
Installing Net_DNS2
You can require it directly via Composer: https://packagist.org/packages/orgoth/netdns2
Or download the source above.
Requirements
- PHP 5.5.0+
- The PHP INI setting
mbstring.func_overload
equals 0, 1, 4, or 5.
Using NetDns2
See the NetDns2 Website for more details - https://netdns2.com/
Credits
All credits for the amazing work belongs to Mike Pultz.
Notice
I have only ported the scripts to PSR-4.
All versions of netdns2 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package orgoth/netdns2 contains the following files
Loading the files please wait ....