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

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

woomai/whois-servers
====================

WHOIS server list

2125JavaScriptCI passing

Since Jul 4Pushed 4d ago1 watchersCompare

[ Source](https://github.com/WooMai/whois-servers)[ Packagist](https://packagist.org/packages/woomai/whois-servers)[ RSS](/packages/woomai-whois-servers/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

WHOIS Server List
=================

[](#whois-server-list)

An Enhanced WHOIS Server List Based on the IANA Root Zone Database

Last updated: 2026-05-07

Usage
-----

[](#usage)

### Use the list directly

[](#use-the-list-directly)

[JSON](list.json) / [TXT](list.txt)

### JavaScript / TypeScript

[](#javascript--typescript)

Install the package with NPM or Yarn:

```
npm i whois-servers-list
# or
yarn add whois-servers-list
```

(Optional) To ensure that you are using the latest list, you can modify your package.json:

```
{
  ...
  "dependencies": {
    ...
    "whois-servers-list": "latest"
  },
  ...

```

Then you can use the list like this:

```
const servers = require('whois-servers-list');

const server = servers['com'];  // whois.verisign-grs.com
```

or TypeScript:

```
import servers from 'whois-servers-list';

const server: string | null = servers['com'];  // whois.verisign-grs.com
```

### PHP

[](#php)

Add the package with Composer:

```
composer require woomai/whois-servers:dev-master
```

Then you can use the list like this:

```
$servers = json_decode(file_get_contents('vendor/woomai/whois-servers/list.json'), true);
$server = $servers['com'];  // whois.verisign-grs.com
```

Contributing
------------

[](#contributing)

If this list is outdated or missing servers, please feel free to open an issue or create pull request!

License
-------

[](#license)

[The Unlicense](./LICENSE)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance65

Regular maintenance activity

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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/e7d6241e5116e0e4f7d8bfe7656301bf1d2c314922c8fd3002a8bf17be297a02?d=identicon)[WooMai](/maintainers/WooMai)

---

Top Contributors

[![WooMai](https://avatars.githubusercontent.com/u/34209782?v=4)](https://github.com/WooMai "WooMai (138 commits)")

---

Tags

domainsianatop-level-domainswhoiswhois-informationwhois-lookupwhois-protocolwhois-server

### Embed Badge

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

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

###  Alternatives

[joomlatools/composer

A Composer plugin to install Joomla extensions into your installation.

5332.9k24](/packages/joomlatools-composer)[imanghafoori/laravel-temp-tag

Laravel Temporary Tag simplify tagging Eloquent models.

1018.6k](/packages/imanghafoori-laravel-temp-tag)[pipecraft/flarum-ext-id-slug

A Flarum extension. Use id as slug in discussion URL.

186.2k](/packages/pipecraft-flarum-ext-id-slug)[pantheon-systems/pantheon-hud

Provide situational awareness of the Pantheon platform from within your WordPress dashboard.

175.7k](/packages/pantheon-systems-pantheon-hud)

PHPackages © 2026

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