PHPackages                             inquid/yii2-enhanced-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. inquid/yii2-enhanced-gii

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

inquid/yii2-enhanced-gii
========================

Generate Relational (hasMany, hasOne, belongsTo, &amp; nested) Models &amp; CRUD.

v1.0.0(9y ago)31.0k5[14 issues](https://github.com/inquid/yii2-enhanced-gii/issues)BSD-3-ClausePHP

Since Jul 10Pushed 4y ago5 watchersCompare

[ Source](https://github.com/inquid/yii2-enhanced-gii)[ Packagist](https://packagist.org/packages/inquid/yii2-enhanced-gii)[ RSS](/packages/inquid-yii2-enhanced-gii/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (10)Versions (12)Used By (0)

yii2-enhanced-gii
=================

[](#yii2-enhanced-gii)

All things needed to create a fully functional application just to modify the business logic to fit your needs 🚀

[![Yii2](https://camo.githubusercontent.com/d6b0929173e28cc627430d2519ca1853466a70f37395877eaf4820cb3e1e1909/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c6174)](http://www.yiiframework.com/)[![Buy me a Coffee](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://www.buymeacoffee.com/inquid)

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

[](#installation)

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

Either run

```
composer require inquid/yii2-enhanced-gii:dev-master
```

or add

```
"inquid/yii2-enhanced-gii": "dev-master",

```

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

> I separate the tree-manager because the package is big &amp; not everyone will use it.

Then you must add this code at your config\\main.php.

```
'modules' => [
      'gridview' => [
          'class' => '\kartik\grid\Module',
      ],
      'datecontrol' => [
          'class' => '\kartik\datecontrol\Module',
      ],
      // If you use tree table
      'treemanager' =>  [
          'class' => '\kartik\tree\Module',
      ]
    ],
```

See gridview settings on

See datecontrol settings on

See treemanager settings on  (If you use tree/nested relation table)

Usage :
-------

[](#usage-)

Go to your gii tools, and notice the new IO Generator for models &amp; CRUD

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 56.2% 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 ~57 days

Recently: every ~90 days

Total

8

Last Release

3553d ago

Major Versions

0.0.9 → v1.0.02016-08-20

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1505641?v=4)[Luis Gonzalez](/maintainers/gogl92)[@gogl92](https://github.com/gogl92)

---

Top Contributors

[![gogl92](https://avatars.githubusercontent.com/u/1505641?v=4)](https://github.com/gogl92 "gogl92 (326 commits)")[![mootensai](https://avatars.githubusercontent.com/u/5844149?v=4)](https://github.com/mootensai "mootensai (235 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (8 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (4 commits)")[![gvasilopulos](https://avatars.githubusercontent.com/u/7271039?v=4)](https://github.com/gvasilopulos "gvasilopulos (2 commits)")[![tkirsan4ik](https://avatars.githubusercontent.com/u/5116414?v=4)](https://github.com/tkirsan4ik "tkirsan4ik (1 commits)")[![cgernert](https://avatars.githubusercontent.com/u/17023559?v=4)](https://github.com/cgernert "cgernert (1 commits)")[![derekisbusy](https://avatars.githubusercontent.com/u/5118781?v=4)](https://github.com/derekisbusy "derekisbusy (1 commits)")[![diego-mathis](https://avatars.githubusercontent.com/u/22345162?v=4)](https://github.com/diego-mathis "diego-mathis (1 commits)")[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (1 commits)")

---

Tags

codegencodegeneratormysqlphpvueyiiyii2yii2yiigiirelationEnhanced

### Embed Badge

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

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

###  Alternatives

[mootensai/yii2-enhanced-gii

Generate Relational (hasMany, hasOne, belongsTo, &amp; nested) Models &amp; CRUD.

202174.6k5](/packages/mootensai-yii2-enhanced-gii)[brussens/yii2-maintenance-mode

Maintenance mode component for Yii framework 2.x.x version.

78256.3k5](/packages/brussens-yii2-maintenance-mode)[sintret/yii2-gii-adminlte

Yii2 Generator extension for Gii plugin with adminlte and base on dynagrid. upload excel to system to with log upload

209.6k2](/packages/sintret-yii2-gii-adminlte)

PHPackages © 2026

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