PHPackages                             overals/yii2-whois - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. overals/yii2-whois

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

overals/yii2-whois
==================

Whois client for yii2.

1.0.2(8y ago)15.2k↓50%MITPHPPHP &gt;=5.3.2

Since Feb 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/overals/yii2-whois)[ Packagist](https://packagist.org/packages/overals/yii2-whois)[ RSS](/packages/overals-yii2-whois/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Yii2 Whois
==========

[](#yii2-whois)

Yii2 extension to retrieve WHOIS information.

Installation
------------

[](#installation)

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

#### OR

[](#or)

Add to your `composer.json`

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

and run

```
$ composer update
```

Example of usage
----------------

[](#example-of-usage)

```
