PHPackages                             smoqadam/php-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. smoqadam/php-whois

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

smoqadam/php-whois
==================

a class written in php for get domain information

372PHP

Since Apr 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/smoqadam/php-whois)[ Packagist](https://packagist.org/packages/smoqadam/php-whois)[ RSS](/packages/smoqadam-php-whois/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

### PHP Whois

[](#php-whois)

a class for get domain information

### Install

[](#install)

create a `composer.json` and put the following code in it :

```
{
    "require": {
        "smoqadam/php-whois": "@dev"
    }
}
```

then run `$ composer install`

### How to use

[](#how-to-use)

```
