PHPackages                             abcms/yii2-generators - 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. abcms/yii2-generators

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

abcms/yii2-generators
=====================

v2.1.4(6y ago)0140PHP

Since Aug 25Pushed 6y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (3)Versions (7)Used By (0)

Yii2 ABCMS Generators
=====================

[](#yii2-abcms-generators)

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

[](#installation)

```
composer require abcms/yii2-generators
```

Configuration
-------------

[](#configuration)

Add generators to your config file inside config `$config['modules']['gii']` array.

Replace `$config['modules']['gii'] = 'yii\gii\Module';` with the following:

```
$config['modules']['gii'] = [
    'class' => 'yii\gii\Module',
    'generators' => [
        'abcms-crud' => [
            'class' => 'abcms\generators\crud\Generator',
            'templates' => [
                'default' => '@vendor/abcms/yii2-generators/crud/default',
            ]
        ],
        'abcms-model' => [
            'class' => 'abcms\generators\model\Generator',
            'templates' => [
                'default' => '@vendor/abcms/yii2-generators/model/default',
            ]
        ],
    ],
];
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 84.6% 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 ~265 days

Recently: every ~331 days

Total

6

Last Release

2270d ago

Major Versions

v0.0.2 → v2.0.52016-08-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd81f555a58140d16867b75eb9948aca4a13e2255fbffde8c7f60d9dc1b04d3d?d=identicon)[abcms](/maintainers/abcms)

---

Top Contributors

[![ta-king](https://avatars.githubusercontent.com/u/12342612?v=4)](https://github.com/ta-king "ta-king (11 commits)")[![tony-52](https://avatars.githubusercontent.com/u/61053721?v=4)](https://github.com/tony-52 "tony-52 (2 commits)")

### Embed Badge

![Health badge](/badges/abcms-yii2-generators/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)

PHPackages © 2026

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