PHPackages                             crucifyer/phpwhois - 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. crucifyer/phpwhois

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

crucifyer/phpwhois
==================

whois query for php

097PHP

Since Jun 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/crucifyer/phpwhois)[ Packagist](https://packagist.org/packages/crucifyer/phpwhois)[ RSS](/packages/crucifyer-phpwhois/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

php whois query library
=======================

[](#php-whois-query-library)

The  project is great.

I'll leave my project for php version 5.

```
$ php composer.phar require "crucifyer/phpwhois" "dev-master"
```

```
$domain = 'github.com'; // not support subdomain.

$info = \Xeno\Net\Whois\Whois::query($domain);

use \Xeno\Net\Whois\Whois; // shortly

if(Whois::isRegistered($info, $domain)) {
	echo "$domain was registered\n";
	if(false === ($expiry = Whois::getExpiryDate($info))) {
		echo "expiry date not found\n";
	} else {
		echo "expiry date: $expiry\n";
	}
} else {
	echo "$domain not found\n";
}
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

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/63a41dd6bd6505e111344d4fa8ff1b62cdd0da2be3433adbdc4d7bcda1e63a82?d=identicon)[xenoside](/maintainers/xenoside)

---

Top Contributors

[![crucifyer](https://avatars.githubusercontent.com/u/1300668?v=4)](https://github.com/crucifyer "crucifyer (33 commits)")

---

Tags

phpphp-librarywhois-clientwhois-query

### Embed Badge

![Health badge](/badges/crucifyer-phpwhois/health.svg)

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

PHPackages © 2026

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