PHPackages                             zacksleo/yii2-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. [Framework](/categories/framework)
4. /
5. zacksleo/yii2-cms

ActiveYii2-extension[Framework](/categories/framework)

zacksleo/yii2-cms
=================

yii2 cms module

1.3.9(7y ago)22.7k1MITPHPCI failing

Since Feb 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/zacksleo/yii2-cms)[ Packagist](https://packagist.org/packages/zacksleo/yii2-cms)[ RSS](/packages/zacksleo-yii2-cms/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (6)Versions (17)Used By (1)

yii2 cms
========

[](#yii2-cms)

[![Latest Stable Version](https://camo.githubusercontent.com/b5e4d253bd3b62587d1938f8b08ce19ce4b275f9240b89cdcac7b5f2039377f3/68747470733a2f2f706f7365722e707567782e6f72672f7a61636b736c656f2f796969322d636d732f76657273696f6e)](https://packagist.org/packages/zacksleo/yii2-cms)[![Total Downloads](https://camo.githubusercontent.com/29254a5104646b30cd73f407fe3d0b343b108315f4b1fd2ce1f8f9e5e2bffddd/68747470733a2f2f706f7365722e707567782e6f72672f7a61636b736c656f2f796969322d636d732f646f776e6c6f616473)](https://packagist.org/packages/zacksleo/yii2-cms)[![License](https://camo.githubusercontent.com/12128b22ec4b0b5f0e8009ce04ab322b5c69390c00828586e4115c59ac0bfbd4/68747470733a2f2f706f7365722e707567782e6f72672f7a61636b736c656f2f796969322d636d732f6c6963656e7365)](https://packagist.org/packages/zacksleo/yii2-cms)[![](https://camo.githubusercontent.com/11cd26c6164864915538423e4a64cb31422b36fe93cb3cf535d93cecd9e93c73/68747470733a2f2f7374796c6563692e696f2f7265706f732f38313730373038322f736869656c643f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/11cd26c6164864915538423e4a64cb31422b36fe93cb3cf535d93cecd9e93c73/68747470733a2f2f7374796c6563692e696f2f7265706f732f38313730373038322f736869656c643f6272616e63683d6d6173746572)[![](https://camo.githubusercontent.com/3278106da3b6708eda9068053ecf18e0e3ddc8364219ec692ff67598d0957c93/68747470733a2f2f6170692e7472617669732d63692e6f72672f7a61636b736c656f2f796969322d636d732e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/3278106da3b6708eda9068053ecf18e0e3ddc8364219ec692ff67598d0957c93/68747470733a2f2f6170692e7472617669732d63692e6f72672f7a61636b736c656f2f796969322d636d732e7376673f6272616e63683d6d6173746572)![Code Climate](https://camo.githubusercontent.com/f7393485bda74075708cf280317a211db8f73a75162b8d67496491200706a476/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f7a61636b736c656f2f796969322d636d732e737667)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/b927ab821ba1cd0699841efcb4cbe7726c79a048cd52554ca0e15b746dd93388/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7a61636b736c656f2f796969322d636d732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/zacksleo/yii2-cms/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/1b0b65ad805c884a9144d629e94f95c6747f4a52b3614961e7a8d34c10137b01/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7a61636b736c656f2f796969322d636d732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/zacksleo/yii2-cms/?branch=master)

Quick Start
-----------

[](#quick-start)

### install by composer

[](#install-by-composer)

```
   composer require zacksleo/yii2-cms

```

### migration

[](#migration)

```

   yii migrate/up --migrationPath=@vendor/zacksleo/yii2-cms/migrations

```

### component

[](#component)

```

'component'=>[

    'user' => [
        'identityClass' => 'zacksleo\yii2\backend\models\Admin',
        'enableAutoLogin' => true,
        'loginUrl' => ['site/login'],
        'identityCookie' => ['name' => '_identity-backend', 'httpOnly' => true, 'path' => '/admin'],
    ],
    'cache' => [
        'class' => 'yii\caching\ApcCache',
        'useApcu' => true,
    ],
    'settings' => [
        'class' => 'pheme\settings\components\Settings',
    ],
    'plugin' => [
        'class' => 'zacksleo\yii2\plugin\components.HookRender'
    ],
    'authManager' => [
        'class' => 'yii\rbac\PhpManager',
    ],
    'as access' => [
        'class' => 'mdm\admin\components\AccessControl',
        'allowActions' => [
            'admin/*'
        ]
    ]
]

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity71

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

Total

16

Last Release

2878d ago

Major Versions

0.1.1 → 1.0.02017-08-20

### Community

Maintainers

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

---

Top Contributors

[![zacksleo](https://avatars.githubusercontent.com/u/3369169?v=4)](https://github.com/zacksleo "zacksleo (104 commits)")

---

Tags

cmscontent-management-systemyii2yii2-cmsyii2-extension

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zacksleo-yii2-cms/health.svg)

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

###  Alternatives

[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[dmstr/yii2-pages-module

Application sitemap and navigation manager module for Yii 2.0 Framework

3179.2k2](/packages/dmstr-yii2-pages-module)[beaten-sect0r/yii2-core

Yii2 Core project template

761.1k](/packages/beaten-sect0r-yii2-core)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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