dev-master
9999999-dev https://github.com/maastermedia/phpwhoisWhois for PHP
MIT
The Requires
- php >=5.4.0
The Development Requires
by Peter Kokot
whois
Whois for PHP
, (*1)
Warning: This library is in development phase and is not stable for real usage yet., (*2)
PhpWhois library is inspired by PHPWhois.org library and others, but aims to be updated for more recent version of PHP and with more domain servers., (*3)
PhpWhois library requires PHP 8.1., (*4)
You can install the PhpWhois library with Composer (recommended way):, (*5)
composer require petk/phpwhois
You can load PhpWhois library by using Composer's autoloader:, (*6)
<?php // index.php require('vendor/autoload.php'); use PhpWhois\Whois; $whois = new Whois('yourdomain.tld'); echo $whois->lookup();
This library is licensed under the MIT License., (*7)
Whois for PHP
MIT
whois