PHPackages                             ccheng/yii2-category-config - 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. ccheng/yii2-category-config

ActiveYii2-extension

ccheng/yii2-category-config
===========================

Category Config Manager

v1.0.8(3y ago)0118MITPHP

Since Oct 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fishes207569/yii2-category-config)[ Packagist](https://packagist.org/packages/ccheng/yii2-category-config)[ RSS](/packages/ccheng-yii2-category-config/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (18)Used By (0)

Category Config for Yii2
========================

[](#category-config-for-yii2)

Category Config By Ccheng

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist ccheng/yii2-category-config "*"

```

or add

```
"yii2-category-config": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

执行数据迁移以添加表结构:

```
yii migrate --migrationPath=@vendor/ccheng/yii2-category-config/src/console/migrations
```

添加配置管理接口模块

```
return [
	'modules' => [
		'config' => [
                'class'=>'ccheng\config\api\Module',
		]
		...
	]
];
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~36 days

Recently: every ~51 days

Total

17

Last Release

1448d ago

Major Versions

v0.9 → v1.0.02021-08-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d47c1a5465a189e83531a90120cc73fa563baf1e0e10cbaeded5768a29be37e?d=identicon)[fishes207569](/maintainers/fishes207569)

---

Top Contributors

[![fishes207569](https://avatars.githubusercontent.com/u/26213799?v=4)](https://github.com/fishes207569 "fishes207569 (12 commits)")

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/ccheng-yii2-category-config/health.svg)

```
[![Health](https://phpackages.com/badges/ccheng-yii2-category-config/health.svg)](https://phpackages.com/packages/ccheng-yii2-category-config)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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