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

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

oarkhipov/whois
===============

Fetcher of WHOIS information.

0.2.0(8y ago)64251[2 issues](https://github.com/Oleg-Arkhipov/whois/issues)MITPHPPHP &gt;=7.1

Since Sep 5Pushed 7y ago3 watchersCompare

[ Source](https://github.com/Oleg-Arkhipov/whois)[ Packagist](https://packagist.org/packages/oarkhipov/whois)[ Docs](https://github.com/Oleg-Arkhipov/whois/)[ RSS](/packages/oarkhipov-whois/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

WHOIS
=====

[](#whois)

*\[IN DEVELOPMENT\]* This package provides functionality to fetch WHOIS information of a domain.

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

[](#installation)

```
composer require oarkhipov/whois
```

### Laravel

[](#laravel)

There is a service provider for Laravel.
Add this to your providers array in `config/app.php`:

```
Oarkhipov\Whois\Laravel\WhoisServiceProvider::class,
```

Usage
-----

[](#usage)

Firstly, create `Fetcher` class instance:

```
use Oarkhipov\Whois\Fetcher;

$fetcher = new Fetcher();
```

With Laravel you are able to typehint it like that:

```
use Oarkhipov\Whois\Fetcher;

class TestController extends Controller
{
    private $whoisFetcher;

    public function __construct(Fetcher $fetcher)
    {
      $this->whoisFetcher = $fetcher;
    }
}
```

or resolve from container by `whois` name like that:

```
$fetcher = $this->app->make('whois');
```

Now to retrieve WHOIS record:

```
$whois = $fetcher->fetch('http://facebook.com');
```

Check wiki for a [list of supported WHOIS record fields](https://github.com/Oleg-Arkhipov/whois/wiki/Supported-WHOIS-record-fields)and [tested top-level domains](https://github.com/Oleg-Arkhipov/whois/wiki/Tested-top-level-domains).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Every ~41 days

Total

2

Last Release

3130d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/99554075a008ab52ef0f46f36c13edf3f448b785c0eb5d575697ffb0d140321f?d=identicon)[oarkhipov](/maintainers/oarkhipov)

---

Top Contributors

[![Oleg-Arkhipov](https://avatars.githubusercontent.com/u/11333698?v=4)](https://github.com/Oleg-Arkhipov "Oleg-Arkhipov (12 commits)")

---

Tags

domain-namewhoiswhois-informationwhois-lookupwhois-phpdomainwhois

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[novutec/whoisparser

Lookup domain names, IP addresses and AS numbers by WHOIS.

392.0M1](/packages/novutec-whoisparser)[helgesverre/domain-availability

A PHP library for checking if a domain name is registered or not

26618.4k1](/packages/helgesverre-domain-availability)[aura/payload

A Domain Payload implementation.

56370.4k9](/packages/aura-payload)[cocur/domain

Check domain name availability and WHOIS

701.3k](/packages/cocur-domain)[aura/payload-interface

An interface package for Domain Payload implementations.

13392.7k4](/packages/aura-payload-interface)[mallardduck/whois-client

A very basic Whois client for PHP. The library is limited in function since it's intended to be a low-level client that handles only request and raw output.

162.0k3](/packages/mallardduck-whois-client)

PHPackages © 2026

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