PHPackages                             cakpep/yii2-gii-easyui - 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. [Framework](/categories/framework)
4. /
5. cakpep/yii2-gii-easyui

ActiveYii2-extension[Framework](/categories/framework)

cakpep/yii2-gii-easyui
======================

Yii2 EasyUi generator for gii

380PHP

Since May 29Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

yii2 EasyUi generator
=====================

[](#yii2-easyui-generator)

Yii2 custom generator

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

[](#installation)

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

Either run

```
composer require cakpep/yii2-gii-easyui "dev-master"

```

or add

```
"cakpep/yii2-gii-easyui": "dev-master"

```

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) {
//     configuration adjustments for 'dev' environment
    $config['bootstrap'][] = 'debug';
    $config['modules']['debug'] = 'yii\debug\Module';

    $config['bootstrap'][] = 'gii';
    $config['modules']['gii'] = [
        'class' => 'yii\gii\Module',
        'generators' => [
            'crud' => ['class' => 'cakpep\gii\generators\crud\Generator'],
        ]
    ];
}
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6441498?v=4)[Febri M Wicaksono](/maintainers/cakpep)[@cakpep](https://github.com/cakpep)

---

Top Contributors

[![cakpep](https://avatars.githubusercontent.com/u/6441498?v=4)](https://github.com/cakpep "cakpep (20 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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