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

the library is returning null response for .to domains, Call to a member function getExpirationDate() on null whois nnmclub.to -h whois.tonic.to Tonic whoisd V1.1 nnmclub ns1.nnm-club.cc nnmclub ns2.nnm-club.cc

the library is returning null response for .ch domains, for eg: `swissinfo.ch`

**Description** php-whois configuration for TLDs is centrally distributed, changes in whois servers' config have to be reported as issues, then committed to the config file, then redistributed via git/composer. However,...

feature

**PHP-Whois version**: master **PHP version**: 7.4 **Description** .tw domain name cannot be resolved **How to reproduce** ``` $domain = "twnic.tw" $whois = Factory::get()->createWhois(); $response = $whois->loadDomainInfo($domain); var_dump($response->toArray()); ``` **Possible Solution**...

**Description** The true/punycode github is archived, and no longer maintained. A replacement is suggested at: [https://github.com/symfony/polyfill-intl-idn](https://github.com/symfony/polyfill-intl-idn)

TypeError: trim() expects parameter 1 to be string, null given in /Iodev/Whois/Helpers/ParserHelper.php:276 | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes/no |...

Repair the error when the query is for multiple domain names, e.g.: 张三.中国, contains 張三.中国 and 張三.中國 and 张三.中国 and 张三.中國

**PHP-Whois version**: 4.1.10 **PHP version:** 8.2.6 **Problem:** Documentation Is Extremely Murky and Unhelpful **Problem Description:** The Documentation is **extremely murky** and **extremely unhelpful** to those with little to no knowledge...

Since PHP 8.2 dynamic property creation is deprecated, but could be suppressed with `#[\AllowDynamicProperties]` annotation. It fixes the deprecation warnings in tests: ``` PHP Deprecated: Creation of dynamic property Iodev\Whois\Modules\Tld\Parsers\TestCommonParser::$parserTypes...

**PHP-Whois version**: 4.1 **PHP version**: 8.1 **Description** .bg tld check is broken **How to reproduce** ``` $whois = Factory::get()->createWhois(); // Checking availability var_dump($whois->isDomainAvailable("google.bg")); var_dump($whois->isDomainAvailable("gofffffogle.bg")); ``` in both cases we get...