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

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

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

Custom Gii extension for the Yii framework

v1.0.2(7y ago)0791MITPHP

Since Jul 9Pushed 7y agoCompare

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

READMEChangelog (3)Dependencies (2)Versions (4)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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

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

Total

3

Last Release

2742d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20974083?v=4)[Raphael Barbosa](/maintainers/raphaelbsr)[@raphaelbsr](https://github.com/raphaelbsr)

---

Tags

yii2extensionajaxcrudgii

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/raphaelbsr-yii2-gii/health.svg)](https://phpackages.com/packages/raphaelbsr-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)
