php-whois icon indicating copy to clipboard operation
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)

Results 52 php-whois issues
Sort by recently updated
recently updated
newest added

![Screenshot 2023-09-13 at 11 10 41 PM](https://github.com/io-developer/php-whois/assets/13403945/21cc61d4-c655-4669-9b71-c7fcaea7c559)

**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...