Download the PHP package fhferreira/php-dig without Composer
On this page you can find all versions of the php package fhferreira/php-dig. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fhferreira/php-dig
More information about fhferreira/php-dig
Files in fhferreira/php-dig
Download fhferreira/php-dig
More information about fhferreira/php-dig
Files in fhferreira/php-dig
Vendor fhferreira
Package php-dig
Short Description Use servers CLI command dig over php internal dns_get_record() function - just a fork of hostinger/php-dig
License MIT
Package php-dig
Short Description Use servers CLI command dig over php internal dns_get_record() function - just a fork of hostinger/php-dig
License MIT
Please rate this library. Is it a good library?
Informations about the package php-dig
php-dig
Introduction
PHP DNS functions don't have a timeout while the default timeout for dig is 5 seconds (with several (3) tries)
It should drastically decrease time to get dns records, and lower failure errors like dns_get_record(): A temporary server error occurred.
Installation
Install the latest version with
Usage
This is equal to
Package checks if it can run exec
in server environment, otherwise it will fallback to dns_get_record().
DigClient implements LoggerAwareInterface
You can set logger to debug / log package activity
About
Requirements
- php-dig client works with PHP 5.6 or above.
Submitting bugs and feature requests
Bugs and feature request are tracked on GitHub
Sources
All versions of php-dig with dependencies
PHP Build Version
Package Version
The package fhferreira/php-dig contains the following files
Loading the files please wait ....