2017 © Pedro Peláez
 

library phpwhois

Whois for PHP

image

maastermedia/phpwhois

Whois for PHP

  • Friday, April 10, 2015
  • by petk
  • Repository
  • 1 Watchers
  • 6 Stars
  • 32,828 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 1 Versions
  • 9 % Grown

The README.md

PhpWhois

Test workflow, (*1)

About

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)

Requirements

PhpWhois library requires PHP 8.1., (*4)

Documentation

Installation

You can install the PhpWhois library with Composer (recommended way):, (*5)

composer require petk/phpwhois

Autoloading

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();

License

This library is licensed under the MIT License., (*7)

The Versions

10/04 2015

dev-master

9999999-dev https://github.com/maastermedia/phpwhois

Whois for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Peter Kokot

whois