PHPackages                             yii2mod/yii2-gii-extended - 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. yii2mod/yii2-gii-extended

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

yii2mod/yii2-gii-extended
=========================

This generator generates a controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model.

1.0(10y ago)87.1k↓18.2%1MITPHP

Since Jun 17Pushed 10y ago4 watchersCompare

[ Source](https://github.com/yii2mod/yii2-gii-extended)[ Packagist](https://packagist.org/packages/yii2mod/yii2-gii-extended)[ RSS](/packages/yii2mod-yii2-gii-extended/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Extended CRUD &amp; Enumerable Generator
========================================

[](#extended-crud--enumerable-generator)

This generator generates enumerable classes or controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model.

[![Latest Stable Version](https://camo.githubusercontent.com/6d7a68f224fb08763ee42b413a462336a80edb1c30b886b60a360729e14bcf3b/68747470733a2f2f706f7365722e707567782e6f72672f796969326d6f642f796969322d6769692d657874656e6465642f762f737461626c65)](https://packagist.org/packages/yii2mod/yii2-gii-extended) [![Total Downloads](https://camo.githubusercontent.com/437e4e8f1ed93bf1356e727194a80f7f93c8fc99a90caef30e15a43bfc0c11d9/68747470733a2f2f706f7365722e707567782e6f72672f796969326d6f642f796969322d6769692d657874656e6465642f646f776e6c6f616473)](https://packagist.org/packages/yii2mod/yii2-gii-extended) [![License](https://camo.githubusercontent.com/7810e6f5f91bc4b6c9781af3dccfb5878fcd6baff131d703d778685a46c3145b/68747470733a2f2f706f7365722e707567782e6f72672f796969326d6f642f796969322d6769692d657874656e6465642f6c6963656e7365)](https://packagist.org/packages/yii2mod/yii2-gii-extended)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist yii2mod/yii2-gii-extended "*"

```

or add

```
"yii2mod/yii2-gii-extended": "*"
```

to the require section of your composer.json.

To use this extension, add to main config in gii section following code:

```
    'gii' => [
            ...
            'generators' => [
                'enumerable' => [
                    'class' => 'yii2mod\gii\enum\Generator',
                ],
                'crud' => [
                    'class' => 'yii2mod\gii\crud\Generator',
                ],
            ],
        ],
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community10

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

Unknown

Total

1

Last Release

3988d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a53a15e1548ce60ee92591e71492a39eaaecfc88eaa1a9d7f353d5c910381de?d=identicon)[disem](/maintainers/disem)

---

Top Contributors

[![dmitry-semenov](https://avatars.githubusercontent.com/u/17027799?v=4)](https://github.com/dmitry-semenov "dmitry-semenov (1 commits)")

---

Tags

yii2yii2extension

### Embed Badge

![Health badge](/badges/yii2mod-yii2-gii-extended/health.svg)

```
[![Health](https://phpackages.com/badges/yii2mod-yii2-gii-extended/health.svg)](https://phpackages.com/packages/yii2mod-yii2-gii-extended)
```

PHPackages © 2026

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