PHPackages                             playboxtech/detect-cms - 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. playboxtech/detect-cms

ActiveLibrary

playboxtech/detect-cms
======================

PHP Library for detecting CMS.

0.5(1y ago)017PHP

Since Jul 15Pushed 1y agoCompare

[ Source](https://github.com/PlayBoxTech/Detect-CMS)[ Packagist](https://packagist.org/packages/playboxtech/detect-cms)[ RSS](/packages/playboxtech-detect-cms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Detect-CMS
==========

[](#detect-cms)

PHP Library for detecting CMS

Install
-------

[](#install)

```
composer require playboxtech/detect-cms:dev-master
```

Based On:
---------

[](#based-on)

```
This is based on https://github.com/Krisseck/Detect-CMS as the author has stopped updating his, decided to pick up where he left off.

```

Updated:
--------

[](#updated)

```
Updated the [PHP Simple HTML DOM Parser](https://sourceforge.net/projects/simplehtmldom/) from version 0.5 to 1.91 as it was having issues with newer versions of PHP.
Added detection for GravCMS

```

TO DO:
------

[](#to-do)

```
Further update detection to use new built in PHP functions so no longer need to depend on external library.
Detect additional types of CMS

```

How to use:
-----------

[](#how-to-use)

```
include(__DIR__ . "/vendor/autoload.php");
$domain = "http://google.com";
$cms = new \DetectCMS\DetectCMS($domain);
if($cms->getResult()) {
    echo "Detected CMS: ".$cms->getResult();
} else {
    echo "CMS couldn't be detected";
}

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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

671d ago

### Community

Maintainers

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

---

Top Contributors

[![Krisseck](https://avatars.githubusercontent.com/u/471887?v=4)](https://github.com/Krisseck "Krisseck (29 commits)")[![Triplkrypl](https://avatars.githubusercontent.com/u/15320684?v=4)](https://github.com/Triplkrypl "Triplkrypl (17 commits)")[![razdao](https://avatars.githubusercontent.com/u/13061178?v=4)](https://github.com/razdao "razdao (5 commits)")[![jonathanjanssens](https://avatars.githubusercontent.com/u/3079607?v=4)](https://github.com/jonathanjanssens "jonathanjanssens (4 commits)")[![ozdemirburak](https://avatars.githubusercontent.com/u/5355510?v=4)](https://github.com/ozdemirburak "ozdemirburak (2 commits)")[![PlayBoxTech](https://avatars.githubusercontent.com/u/35372112?v=4)](https://github.com/PlayBoxTech "PlayBoxTech (2 commits)")[![wfuk-stuart](https://avatars.githubusercontent.com/u/7160452?v=4)](https://github.com/wfuk-stuart "wfuk-stuart (1 commits)")[![jdrda](https://avatars.githubusercontent.com/u/7347494?v=4)](https://github.com/jdrda "jdrda (1 commits)")[![sarokse](https://avatars.githubusercontent.com/u/109381?v=4)](https://github.com/sarokse "sarokse (1 commits)")[![suksit](https://avatars.githubusercontent.com/u/115629?v=4)](https://github.com/suksit "suksit (1 commits)")[![ahansson89](https://avatars.githubusercontent.com/u/1511683?v=4)](https://github.com/ahansson89 "ahansson89 (1 commits)")

---

Tags

cmsdetect

### Embed Badge

![Health badge](/badges/playboxtech-detect-cms/health.svg)

```
[![Health](https://phpackages.com/badges/playboxtech-detect-cms/health.svg)](https://phpackages.com/packages/playboxtech-detect-cms)
```

###  Alternatives

[roots/wordpress

WordPress is open source software you can use to create a beautiful website, blog, or app.

19116.9M258](/packages/roots-wordpress)[verbb/workflow

Enforce multi-step review processes for creating entries.

138120.3k1](/packages/verbb-workflow)[matt-west/craft-recaptcha

Integrate Google’s reCAPTCHA into your forms.

1959.9k1](/packages/matt-west-craft-recaptcha)[craftcms/fix-fks

Restore missing foreign key constraints in the database.

1217.4k](/packages/craftcms-fix-fks)

PHPackages © 2026

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