PHPackages                             kasperstuck/detectcms - 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. kasperstuck/detectcms

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

kasperstuck/detectcms
=====================

1.0.0(9y ago)01741PHP

Since Dec 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/KasperStuck/Detect-CMS)[ Packagist](https://packagist.org/packages/kasperstuck/detectcms)[ RSS](/packages/kasperstuck-detectcms/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)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

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3499d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/79624f7e5fc7fc4209b4a3bfa5187a0a966b5a105ddd8d57d89eb257de0d852c?d=identicon)[KasperStuck](/maintainers/KasperStuck)

---

Top Contributors

[![Krisseck](https://avatars.githubusercontent.com/u/471887?v=4)](https://github.com/Krisseck "Krisseck (20 commits)")[![Triplkrypl](https://avatars.githubusercontent.com/u/15320684?v=4)](https://github.com/Triplkrypl "Triplkrypl (17 commits)")[![KasperStuck](https://avatars.githubusercontent.com/u/1186971?v=4)](https://github.com/KasperStuck "KasperStuck (6 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 (3 commits)")[![ahansson89](https://avatars.githubusercontent.com/u/1511683?v=4)](https://github.com/ahansson89 "ahansson89 (1 commits)")

### Embed Badge

![Health badge](/badges/kasperstuck-detectcms/health.svg)

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

###  Alternatives

[ethanyehuda/magento2-cronjobmanager

A module for managing scheduled cron jobs from magento's admin panel

3662.7M1](/packages/ethanyehuda-magento2-cronjobmanager)[nami-doc/sprockets-php

Sprockets-PHP is Sprockets (Rails Asset Pipeline) for PHP

496.1k](/packages/nami-doc-sprockets-php)

PHPackages © 2026

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