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

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

krisseck/detect-cms
===================

PHP Library for detecting CMS.

1.0.0(9y ago)9225.1k↓50%50[3 PRs](https://github.com/Krisseck/Detect-CMS/pulls)PHP

Since Dec 1Pushed 3y ago9 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

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

[](#detect-cms)

PHP Library for detecting CMS

Install
-------

[](#install)

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

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

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community25

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

3455d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21f31998180cf6f97827a62f7c8f7a9a2a73f2b0aa0cc33029250a213cafce23?d=identicon)[Risse](/maintainers/Risse)

---

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)")[![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

detectionphpphp-libraryscrapingweb-scraperweb-scraping

### Embed Badge

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

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

PHPackages © 2026

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