PHPackages                             whatcms/whatcms-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. whatcms/whatcms-php

ActiveLibrary

whatcms/whatcms-php
===================

A simple PHP wrapper for WhatCMS API calls

v0.1(8y ago)210.7k↓100%5[1 PRs](https://github.com/whatcms/whatcms-php/pulls)MITPHPPHP &gt;=5.5

Since Dec 13Pushed 8y agoCompare

[ Source](https://github.com/whatcms/whatcms-php)[ Packagist](https://packagist.org/packages/whatcms/whatcms-php)[ Docs](https://whatcms.org/)[ RSS](/packages/whatcms-whatcms-php/feed)WikiDiscussions master Synced 1mo ago

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

WhatCMS PHP API
===============

[](#whatcms-php-api)

A simple PHP wrapper for WhatCMS API calls

- [API Documentation](https://whatcms.org/API)
- [Get API Key](https://whatcms.org/Subscriptions)
- [WhatCMS.org](https://whatcms.org)

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

[](#installation)

We recommended installing whatcms-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 WhatCMS:

```
php composer.phar require whatcms/whatcms-php
```

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

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

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

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community8

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

3069d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b662dc344d4cec2cedb21a729568226381346c94bd12a40163d2a98222adaf70?d=identicon)[WhatCMSAdmin](/maintainers/WhatCMSAdmin)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)

PHPackages © 2026

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