Skip to content

Fuitad/vWhois

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Whois Client and Parser

This library is very heavily based on the Ruby libraries whois and whois-parser. It's a work in progress and a lot of parsers are not yet available.

I know there are other whois libraries for PHP that exists but I don't like how they returns the data. A cleaner and standard structure was important for me so I decided to create this package.

Absolutely not ready for production usage yet. I might make some breaking changes in the upcoming weeks. Use at your own risk.

Requirements

  • PHP >= 5.4.0

Installation

composer require fuitad/vwhois

How to use

use vWhois\vWhois;

$vWhois = new vWhois();

$whoisResult = $vWhois->lookup('google.com');

Credits

Again, this library wouldn't exist without the awesome whois and whois-parser ruby gems.

Contributing

Pull requests are welcome. So many parsers are needed for all them TLDs O_o.

License

This is Free Software distributed under the MIT license.

About

PHP Whois Client and Parser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages