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

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

sclinternet/scl-whois
=====================

Library for performing whois lookups on domain names

61132PHP

Since Jun 2Pushed 12y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

WHOIS Server Lookup Library
===========================

[](#whois-server-lookup-library)

[![Build Status](https://camo.githubusercontent.com/ee5a769f15656f9d224230383d80a23151606b56fd60ee6f6ecbc5f435cb73d2/68747470733a2f2f7472617669732d63692e6f72672f53434c496e7465726e65742f53636c57686f69732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/SCLInternet/SclWhois)[![Coverage Status](https://camo.githubusercontent.com/5a3dc5a8de473fac8d06f5f1e6e00af03485061e58c60e8dacaf4dc0a58b546c/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f53434c496e7465726e65742f53636c57686f69732f62616467652e706e67)](https://coveralls.io/r/SCLInternet/SclWhois)

Performs a whois lookup on a given domain name.

Requires
--------

[](#requires)

[sclinternet/SclSocket](https://github.com/SCLInternet/SclSocket "sclinternet/SclSocket on GitHub")

Intallation
-----------

[](#intallation)

Add the following to your `composer.json` file

```
{
    "require": {
        "sclinternet/scl-whois": "dev-master"
    }
}
```

Usage
-----

[](#usage)

Create an instance of the DomainLookup object passing in a `SclSocket\SocketInterface` and call lookup().

```
$whois = new \SclWhois\DomainLookup(new \SclSocket\Socket);

echo $whois->lookup('google.com');
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

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://avatars.githubusercontent.com/u/1959183?v=4)[Tom Oram](/maintainers/tomphp)[@tomphp](https://github.com/tomphp)

---

Top Contributors

[![tomphp](https://avatars.githubusercontent.com/u/1959183?v=4)](https://github.com/tomphp "tomphp (16 commits)")

### Embed Badge

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

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

PHPackages © 2026

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