PHPackages                             adzon/php-cms-detector - 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. adzon/php-cms-detector

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

adzon/php-cms-detector
======================

1.0.0(9y ago)171PHP

Since Dec 1Pushed 8y ago2 watchersCompare

[ Source](https://github.com/adzon/php-cms-detector)[ Packagist](https://packagist.org/packages/adzon/php-cms-detector)[ RSS](/packages/adzon-php-cms-detector/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

根据指纹判断cms系统
===========

[](#根据指纹判断cms系统)

PHP Library for detecting CMS

Install
-------

[](#install)

```
composer require "adzon/php-cms-detector"
```

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

[](#how-to-use)

```
$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

Popularity10

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity61

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

3452d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9563632?v=4)[A.](/maintainers/adzon)[@adzon](https://github.com/adzon)

---

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)")[![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)")[![q76762](https://avatars.githubusercontent.com/u/45312272?v=4)](https://github.com/q76762 "q76762 (1 commits)")

### Embed Badge

![Health badge](/badges/adzon-php-cms-detector/health.svg)

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

###  Alternatives

[tilleuls/sylius-click-n-collect-plugin

Click and Collect plugin for Sylius, to sell and deliver securely during the COVID-19 pandemic.

7814.2k](/packages/tilleuls-sylius-click-n-collect-plugin)

PHPackages © 2026

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