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

ActiveLibrary

cadyrov/yii2-gii
================

yii2-gii alternative

v1.0.21(6y ago)2372↓100%MITPHP

Since Jan 29Pushed 6y agoCompare

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

READMEChangelog (10)Dependencies (2)Versions (22)Used By (0)

yii2-gii alternative
====================

[](#yii2-gii-alternative)

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

[](#installation)

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

Either run

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

```

or add

```
"cadyrov/yii2-gii": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your web.php like this

```
$config['modules']['gii'] = [
    'class' => 'yii\gii\Module',
    // uncomment the following to add your IP if you are not connecting from localhost.
    //'allowedIPs' => ['127.0.0.1', '::1'],
    'generators' => [
        'crud' => [
            'class' => 'cadyrov\gii\crud\Generator',
                'templates' => [
                'crud' => 'cadyrov/gii/crud/default',
            ]
        ],
        'model' => [
            'class' => 'cadyrov\gii\model\Generator',
            'templates' => [
                'model' => 'cadyrov/gii/model/default',
            ]
        ]
    ],
];

```

There are reserved fields on generation CRUD - deleted\_at

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity66

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

Total

21

Last Release

2237d ago

### Community

Maintainers

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

---

Top Contributors

[![cadyrov](https://avatars.githubusercontent.com/u/2536875?v=4)](https://github.com/cadyrov "cadyrov (70 commits)")

---

Tags

libyiiyii2lib

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

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

PHPackages © 2026

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