sayeed / whois
Whois information of domain
1.0.2
2025-03-17 06:00 UTC
Requires
- php: ^7.4|^8.0
- illuminate/support: ^8.0|^9.0|^10.0
- jeremykendall/php-domain-parser: ^6.1
Requires (Dev)
- phpunit/phpunit: ^9.0
README
You can get domain whois information
Installation
You can install the package via composer:
composer require sayeed/whois
After installation need to publish vendor
php artisan vendor:publish --provider="Sayeed\Whois\WhoisServiceProvider"
Uses
$whois = Whois::lookup('securesslcheck.com');
// output
^ array:8 [▼
"tld" => "COM"
"domain" => "SECURESSLCHECK.COM"
"created" => "2025-03-07 06:49:26"
"updated" => "2025-03-08 08:52:28"
"expiry" => "2026-03-07 06:49:26"
"registrar" => "Dynadot Inc"
"status" => "ACTIVE"
"name_server" => array:2 [▼
0 => "NS1.DYNA-NS.NET"
1 => "NS2.DYNA-NS.NET"
]
]
Credits
Thank you for using it.