PHPackages                             whatcms/who-hosts-this-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. whatcms/who-hosts-this-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

whatcms/who-hosts-this-php
==========================

A simple PHP wrapper for Who-Host-This API calls

v0.1(8y ago)0711MITPHPPHP &gt;=5.5

Since Feb 22Pushed 8y agoCompare

[ Source](https://github.com/whatcms/who-hosts-this-php)[ Packagist](https://packagist.org/packages/whatcms/who-hosts-this-php)[ Docs](https://www.who-hosts-this.com/)[ RSS](/packages/whatcms-who-hosts-this-php/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Who-Hosts-This PHP API
======================

[](#who-hosts-this-php-api)

A simple PHP wrapper for Who-Hosts-This API calls

- [API Documentation](https://www.who-hosts-this.com/API)
- [Get API Key](https://www.who-hosts-this.com/Subscriptions)
- [who-hosts-this.com](https://www.who-hosts-this.com)

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

[](#installation)

We recommended installing who-hosts-this-php through [Composer](http://getcomposer.org).

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

Next, run the Composer command to install the latest stable version of Who-Hosts-This:

```
php composer.phar require whatcms/who-hosts-this-php
```

Once installed, you can use the WhoHostsThis class to fetch results:

```
require 'vendor/autoload.php';

$key = 'Your API Key';
$detector = new \WhoHostsThis\WhoHostsThis($key);
$check_url = 'en.wikipedia.org';

$result	 = $detector->CheckUrl($check_url);
print_r($result)
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3050d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/34489630?v=4)[WhatCMSAdmin](/maintainers/WhatCMSAdmin)[@WhatCMSAdmin](https://github.com/WhatCMSAdmin)

---

Top Contributors

[![WhatCMSAdmin](https://avatars.githubusercontent.com/u/34489630?v=4)](https://github.com/WhatCMSAdmin "WhatCMSAdmin (3 commits)")

### Embed Badge

![Health badge](/badges/whatcms-who-hosts-this-php/health.svg)

```
[![Health](https://phpackages.com/badges/whatcms-who-hosts-this-php/health.svg)](https://phpackages.com/packages/whatcms-who-hosts-this-php)
```

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k18.5M59](/packages/spatie-crawler)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k34](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[guzzlehttp/guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

25711.0M188](/packages/guzzlehttp-guzzle-services)[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1054.7M18](/packages/xeroapi-xero-php-oauth2)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

35216.9k2](/packages/onesignal-onesignal-php-api)

PHPackages © 2026

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