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

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

lawondyss/whois
===============

Library for get whois information about domain. Uses the API from the site www.sudostuff.com. An article about the API is available on http://www.sudostuff.com/free-open-source-whois-api-1.html

036PHP

Since Jun 5Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Lawondyss/Whois)[ Packagist](https://packagist.org/packages/lawondyss/whois)[ RSS](/packages/lawondyss-whois/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Whois
=====

[](#whois)

Library for get whois information about domain.

Uses the API from the site [sudostuff.com](http://www.sudostuff.com). About the API is available on this [article](http://www.sudostuff.com/free-open-source-whois-api-1.html).

License
-------

[](#license)

Is freely distributable under the terms of the [GPL-3](https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)) license.

Install
-------

[](#install)

Whois is available on [Packagist](https://packagist.org/packages/lawondyss/moment-php), where you can get it via [Composer](http://getcomposer.org/).

File **composer.json**:

```
{
    "require": {
        "lawondyss/whois": "dev-master"
    }
}
```

Run in command-line:

```
php composer.phar install
```

Uses
----

[](#uses)

```
$whois = new Whois\Whois;

$info = $whois->getInfo('google.com');

var_dump($info['Domain Name']); // string(10) "google.com"
var_dump($info['Creation Date']); // string(13) "2002-10-02T00"
var_dump($info['Admin Organization']); // string(11) "Google Inc."
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f642f8a219fdaad6b73c302bfc3a623148b8eefd58ea4078cdfae1f24c47fc5?d=identicon)[Lawondyss](/maintainers/Lawondyss)

---

Top Contributors

[![Lawondyss](https://avatars.githubusercontent.com/u/272130?v=4)](https://github.com/Lawondyss "Lawondyss (5 commits)")

### Embed Badge

![Health badge](/badges/lawondyss-whois/health.svg)

```
[![Health](https://phpackages.com/badges/lawondyss-whois/health.svg)](https://phpackages.com/packages/lawondyss-whois)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
