PHPackages                             jezzdk/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jezzdk/detect-cms

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

jezzdk/detect-cms
=================

PHP Library for detecting CMS

1.0.2(6y ago)042PHPPHP ^7.3

Since Dec 1Pushed 6y agoCompare

[ Source](https://github.com/jezzdk/Detect-CMS)[ Packagist](https://packagist.org/packages/jezzdk/detect-cms)[ RSS](/packages/jezzdk-detect-cms/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (4)Used By (0)

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

[](#detect-cms)

PHP Library for detecting CMS

Install
-------

[](#install)

Add to your composer.json

```
{
    "repositories":[
        {
            "type": "vcs",
            "url": "git@github.com:Krisseck/Detect-CMS.git"
        }
    ],
    "require":{
        "Detect-CMS":"1.0.*"
    }
}
```

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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~499 days

Total

3

Last Release

2453d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d0a6d2e4c81a362cc84db1d7394aa7d32c9094b8876a4bbb8dafc1b71a1a90f?d=identicon)[jezzdk](/maintainers/jezzdk)

---

Top Contributors

[![Krisseck](https://avatars.githubusercontent.com/u/471887?v=4)](https://github.com/Krisseck "Krisseck (27 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)")[![baernholdt-jf](https://avatars.githubusercontent.com/u/73707365?v=4)](https://github.com/baernholdt-jf "baernholdt-jf (4 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)")[![wfuk-stuart](https://avatars.githubusercontent.com/u/7160452?v=4)](https://github.com/wfuk-stuart "wfuk-stuart (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)")

### Embed Badge

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

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

PHPackages © 2026

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