php-whois
php-whois copied to clipboard
PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 8.0 compatible (5.4+ old versions)

**Description** Reviewing the plugin, I can't find a way to check for a status update, if the domain is pending being released. Is this possible? **Example** It would be nice,...
| Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? |...
**Description** To avoid blocks in the whois server we use different IPs. With curl it is possible: ` $loader = new CurlLoader(); $loader->replaceOptions([ CURLOPT_INTERFACE => xxx.xxx.xxx.xxx, CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V4 ]);...
| Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? |no...
| Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? |...
| Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? |...
Is there any easy way to extend this library, to support some other attributes? There is a particular whois attribute that I would like to see in the result, like...
**PHP-Whois version**: 4.1.10 **PHP version**: 8.2 **Description** When loading .CL domains info with the function `loadDomainInfo()` it cannot parse any date. The response is always 0. **How to reproduce** Let's...