PHPackages                             paulzi/cmyii-core - 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. paulzi/cmyii-core

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

paulzi/cmyii-core
=================

Cmyii CMS core

v0.1.12(4y ago)11641MITPHP

Since Dec 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/paulzi/cmyii-core)[ Packagist](https://packagist.org/packages/paulzi/cmyii-core)[ RSS](/packages/paulzi-cmyii-core/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (5)Versions (14)Used By (1)

CMYii CMS core
==============

[](#cmyii-cms-core)

CMYii - is CMS admin system based on Yii Framework 2.

This is core module that provides the functionality of CMS for front-part of site, but does not include the admin system itself.

Install
-------

[](#install)

If you need the complete CMS, see install [cmyii](https://github.com/paulzi/cmyii#install).

If you only need a core of CMS, use:

```
composer require paulzi/cmyii-core
```

Usage
-----

[](#usage)

See [cmyii usage](https://github.com/paulzi/cmyii#usage) for full feature usage guide.

Apply migrations in `migrations` folder. To do this, use one of the following methods:

1. Add `paulzi\cmyii\migrations` namespace to your console app:

```
return [
    'controllerMap' => [
        'migrate' => [
            'class' => 'yii\console\controllers\MigrateController',
            'migrationPath' => null,
            'migrationNamespaces' => [
                'console\migrations',
                'paulzi\cmyii\migrations',
            ],
        ],
    ],
]
```

2. Run command:

```
./yii migrate --migrationPath= --migrationNamespaces=paulzi\cmyii\migrations
```

To use only the core, specify in the configs of the application:

```
return [
    'bootstrap' => ['cmyii'],
    'modules' => [
        'cmyii' => [
            'class' => 'paulzi\cmyii\Cmyii',
        ],
    ],
];
```

Documentation
-------------

[](#documentation)

See [cmyii documentation](https://github.com/paulzi/cmyii#documentation)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

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

Recently: every ~238 days

Total

13

Last Release

1499d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9402208?v=4)[PaulZi](/maintainers/PaulZi)[@paulzi](https://github.com/paulzi)

---

Top Contributors

[![paulzi](https://avatars.githubusercontent.com/u/9402208?v=4)](https://github.com/paulzi "paulzi (17 commits)")

---

Tags

cmyii

### Embed Badge

![Health badge](/badges/paulzi-cmyii-core/health.svg)

```
[![Health](https://phpackages.com/badges/paulzi-cmyii-core/health.svg)](https://phpackages.com/packages/paulzi-cmyii-core)
```

###  Alternatives

[skeeks/cms

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

13725.7k53](/packages/skeeks-cms)[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[yiisoft/yii2-app-advanced

Yii 2 Advanced Project Template

1.7k960.6k5](/packages/yiisoft-yii2-app-advanced)[yiisoft/yii2-redis

Redis Cache, Session and ActiveRecord for the Yii framework

44912.1M264](/packages/yiisoft-yii2-redis)[yiisoft/yii2-httpclient

HTTP client extension for the Yii framework

43011.4M323](/packages/yiisoft-yii2-httpclient)[yiisoft/yii2-debug

The debugger extension for the Yii framework

20324.2M616](/packages/yiisoft-yii2-debug)

PHPackages © 2026

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