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

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

nocvp/zf3-whois
===============

06PHP

Since Dec 10Pushed 9y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Zf3 Whois Query
===============

[](#zf3-whois-query)

This module uses the [phois/whois](https://github.com/regru/php-whois "Phois/Whois Package")

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

[](#installation)

For the installation uses composer [composer](http://getcomposer.org "composer - package manager"). Add this project in your composer.json:

```
"require": {
    "nocvp/zf3-whois": "dev-master"
}

```

Examples
========

[](#examples)

Default use of Zf3 Whois
------------------------

[](#default-use-of-zf3-whois)

```
$whoisService = $container->get('whois');
$whois = $whoisService->query('example.org');

echo $whois->info();
echo $whois->isAvailable() ? 'available' : 'not available';

or in your controller

$whois = $this->whois('example.org');
echo $whois->info();
echo $whois->isAvailable() ? 'available' : 'not available';
```

Contributors
============

[](#contributors)

Semih SARI -

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/6cd83d6b6c035e0082e898195d02aa9fb561d10be79e5a6946b8815be8bc33f8?d=identicon)[semihs](/maintainers/semihs)

### Embed Badge

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

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

###  Alternatives

[roots/bedrock-autoloader

An autoloader that enables standard plugins to be required just like must-use plugins

416.0M61](/packages/roots-bedrock-autoloader)[kartik-v/yii2-widget-timepicker

Enhanced Yii2 wrapper for the bootstrap timepicker plugin (sub repo split from yii2-widgets)

405.1M14](/packages/kartik-v-yii2-widget-timepicker)[typo3/cms-sys-note

TYPO3 CMS System Notes - Records with messages which can be placed on any page and contain instructions or other information related to a page or section.

116.2M37](/packages/typo3-cms-sys-note)

PHPackages © 2026

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