2017 © Pedro Peláez
 

yii2-extension yii2-whois

Whois client for yii2.

image

overals/yii2-whois

Whois client for yii2.

  • Sunday, May 6, 2018
  • by overals
  • Repository
  • 1 Watchers
  • 0 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 152 Forks
  • 0 Open issues
  • 5 Versions
  • 16 % Grown

The README.md

Yii2 Whois

Yii2 extension to retrieve WHOIS information., (*1)

Installation

$ php composer.phar require overals/yii2-whois "~1.0.0"

OR

Add to your composer.json, (*2)

{
    "require": {
        "overals/yii2-whois": "~1.0.0"
    }
}

and run, (*3)

$ composer update

Example of usage


<?php $domainName = 'wtools.io'; $domain = new \overals\whois\Whois($domainName); $whois_answer = $domain->info(); echo $whois_answer; if ($domain->isAvailable()) { echo "Domain is available\n"; } else { echo "Domain is registered\n"; }

The Versions

06/05 2018

dev-master

9999999-dev

Whois client for yii2.

  Sources   Download

MIT

The Requires

 

by Evgeny Gorchak

yii2 whois

06/05 2018

1.0.2

1.0.2.0

Whois client for yii2.

  Sources   Download

MIT

The Requires

 

by Evgeny Gorchak

yii2 whois

12/04 2018

1.0.1

1.0.1.0

Whois client for yii2.

  Sources   Download

MIT

The Requires

 

by Evgeny Gorchak

yii2 whois

24/02 2017

1.0.0

1.0.0.0

Whois client for yii2.

  Sources   Download

MIT

The Requires

 

by Evgeny Gorchak

yii2 whois

01/07 2015

0.1

0.1.0.0

Whois client for yii2.

  Sources   Download

MIT

The Requires

 

by Алексей Лихачев

yii2 whois