PHPackages                             myzero1/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. [Database &amp; ORM](/categories/database)
4. /
5. myzero1/yii2-gii

ActiveYii2-extension[Database &amp; ORM](/categories/database)

myzero1/yii2-gii
================

Yii2 custom generator for gii

2.0.1(8y ago)019BSD-3-ClausePHP

Since Nov 2Pushed 8y agoCompare

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

READMEChangelog (5)Dependencies (8)Versions (10)Used By (0)

Yii2-gii
========

[](#yii2-gii)

It add theming generator and new template for crud.It based on [yiisoft/yii2-gii](https://github.com/yiisoft/yii2-gii)

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

[](#installation)

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

Either run

```
php composer.phar require-dev myzero1/yii2-gii：1.*

```

or add

```
"myzero1/yii2-gii": "~1.0.0"

```

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

Setting
-------

[](#setting)

Once the extension is installed, simply modify your application configuration as follows:

```
...
if (!YII_ENV_TEST) {
    $config['bootstrap'][] = 'myzero1';
    $config['modules']['myzero1'] = [
        'class' => 'myzero1\gii\Module',
        'allowedIPs' => ['*'],
        // 'generators' => [
        //     'myzero1_mvc' => ['class' => 'myzero1\gii\generators\mvc\Generator'],
        //     'myzero1_crud' => [
        //         'class' => 'myzero1\gii\generators\crud\Generator',
        //         'templates' => [
        //             'adminlte' => '@myzero1/gii/generators/theming/default/adminlte/_gii_templates/crud',
        //         ],
        //         'template' => 'adminlte',
        //         'messageCategory' => 'backend'
        //     ],
        // ]
    ];
}
```

Usage
-----

[](#usage)

You can then access Gii through the following URL:

```
http://localhost/path/to/index.php?r=myzero1
OR
http://localhost/path/to/index.php?r=myzero1/gii

```

or if you have enabled pretty URLs, you may use the following URL:

```
http://localhost/path/to/index.php/myzero1
OR
http://localhost/path/to/index.php/myzero1/gii

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~185 days

Recently: every ~1 days

Total

7

Last Release

3096d ago

Major Versions

1.1.3 → 2.0.02017-11-18

### Community

Maintainers

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

---

Top Contributors

[![mywoogle](https://avatars.githubusercontent.com/u/8934318?v=4)](https://github.com/mywoogle "mywoogle (39 commits)")[![mdmunir](https://avatars.githubusercontent.com/u/5828252?v=4)](https://github.com/mdmunir "mdmunir (18 commits)")[![myzero1](https://avatars.githubusercontent.com/u/22048203?v=4)](https://github.com/myzero1 "myzero1 (8 commits)")

---

Tags

migrationmvcyii2themegii

### Embed Badge

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

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

###  Alternatives

[johnitvn/yii2-ajaxcrud

Gii CRUD template for Single Page Ajax Administration for yii2

97209.6k16](/packages/johnitvn-yii2-ajaxcrud)[yii2tech/illuminate

Yii2 to Laravel Migration Package

11315.1k](/packages/yii2tech-illuminate)

PHPackages © 2026

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