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)
Hello, a whois from the .nc whois reply this few informations : ``` # whois lagoon.nc OPT Whois v2.1.2 Domain : lagoon.nc Created on : 1999-08-09T00:00:00.000Z Expires on : 2024-08-09...
Hi, I'm using the code and it's perfect, however I have a super dumb problem. Am I doing something wrong or am I making the wrong requests? When checking domains...
Maybe I didn´t find the option, but I want to set a manual timeout. Some servers aren´t answering and then the script will run over 30s... I tried with CURL...
Request: $whois = \Iodev\Whois\Factory::get()->createWhois(); $info = $whois->loadDomainInfo("skylinesinmotion.com"); print_r([ 'Domain created' => date("Y-m-d", $info->creationDate), 'Domain expires' => date("Y-m-d", $info->expirationDate), 'Domain owner' => $info->owner, ]); Response: `Array ( [Domain created] => 1970-01-01...
**PHP-Whois version**: 4.1.4 **Description** For Polish domains (.pl) the registrar is not recognized correctly. Instead of taking the company name, the last line of the block, i.e. the fax number...
Is it possible for you to add another loader, something like below, so that the library can be used as a parser without doing actual whois query. ```php
**Description** It'd be nice if the kit could support IP-address lookup, and I do realize this may open up another can of worms considering all the different "ripe" outputs.
Availability check .one tlds always returns as "available". Thanks.
**Description** Support for caching using Redis
PHP-Whois version: 4.1.3 **PHP-Whois version**: 4.1.3 **PHP version**: 8.0.6 **Description** Even if related to #153 I got the same error with a com.tw domain with the 4.1.3 which should have...