PHPackages                             pascini/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. [Admin Panels](/categories/admin)
4. /
5. pascini/yii2-gii

ActiveYii2-extension[Admin Panels](/categories/admin)

pascini/yii2-gii
================

Custom Gii extension for the Yii framework

v1.2.0(4y ago)07MITPHP

Since Jul 9Pushed 4y agoCompare

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

READMEChangelogDependencies (2)Versions (6)Used By (0)

raphaelbsr/yii2-gii
===================

[](#raphaelbsryii2-gii)

Customized Yii2 Crud Generator for ajax use

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

[](#installation)

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

Either run

```
php composer.phar require raphaelbsr/yii2-gii "~1.0"

```

or add

```
"raphaelbsr/yii2-gii": "~1.0"

```

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

Usage
-----

[](#usage)

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

```
...
if (!YII_ENV_TEST) {
    $config['bootstrap'][] = 'debug';
    $config['modules']['debug'] = 'yii\debug\Module';

    $config['bootstrap'][] = 'gii';
    $config['modules']['gii'] = [
        'class' => 'yii\gii\Module',
        'generators' => [
            'crud' => [
                'class' => 'yii\gii\generators\crud\Generator',
                'templates' => [
                    'Raphaelbsr Crud' => '@vendor/raphaelbsr/yii2-gii/crud/default',
                ],
            ],
        ]
    ];
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

5

Last Release

1636d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75a57e400211a0aa4ddd792e2dcb5149ea3ea5b7970b7e7f177b5c6723f16cbb?d=identicon)[pascini](/maintainers/pascini)

---

Tags

yii2extensionajaxcrudgii

### Embed Badge

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

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

###  Alternatives

[johnitvn/yii2-ajaxcrud

Gii CRUD template for Single Page Ajax Administration for yii2

97209.6k16](/packages/johnitvn-yii2-ajaxcrud)

PHPackages © 2026

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