PHPackages                             sheillendra/yii2-jeasyui - 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. sheillendra/yii2-jeasyui

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

sheillendra/yii2-jeasyui
========================

Implement jQuery EasyUI GPL Edition on Yii2

v2.0.1.1(2y ago)1898319[2 issues](https://github.com/sheillendra/yii2-jeasyui/issues)CSSCI passing

Since Feb 2Pushed 5mo ago6 watchersCompare

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

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

yii2-jeasyui
============

[](#yii2-jeasyui)

Implement jQuery EasyUI GPL Edition on Yii2.

[Static Demo](https://sheillendra.github.io/yii2-jeasyui/)

INSTALLATION
------------

[](#installation)

The preferred way to install this extension is through composer.

Either run

```
php composer.phar require sheillendra/yii2-jeasyui "2.0.1.1"

```

or add

```
"sheillendra/yii2-jeasyui": "2.0.1.1"

```

to the require section of your composer.json file.

USAGE
-----

[](#usage)

In this case used advanced template and backend

1. common\\config\\bootstrap.php

```
Yii::setAlias('@uploads', dirname(dirname(__DIR__)) . '/uploads');
Yii::setAlias('@sheillendra/jeasyui', dirname(__DIR__) . '/extensions/sheillendra/yii2-jeasyui/src');

```

2. Change `backend/config/main.php` like this :

```
    'modules' => [
        'api' => [
            'class' => 'backend\modules\api\Module',
            'modules' => [
                'v1' => [
                    'class' => 'backend\modules\api\modules\v1\Module',
                    'modules' => [
                        'jeasyui' => [
                            'class' => 'backend\modules\api\modules\v1\modules\jeasyui\Module',
                        ]
                    ]
                ]
            ]
        ],
        'jeasyui' => [
            'basePath' => '@sheillendra/jeasyui',
            'class' => 'sheillendra\jeasyui\Module',
            'modules' => [
                'api' => [
                    'basePath' => '@sheillendra/jeasyui/modules/api',
                    'class' => 'sheillendra\jeasyui\modules\api\Module',
                    'modules' => [
                        'jeasyui' => [
                            'basePath' => '@sheillendra/jeasyui/modules/api/modules/jeasyui',
                            'class' => 'sheillendra\jeasyui\modules\api\modules\jeasyui\Module',
                        ]
                    ]
                ]
            ]
        ]
    ],

    'components' => [
        ...
        'view' => [
            'theme' => [
                'pathMap' => [
                    '@app/views' => [
                        '@app/themes/jeasyui/views',
                        '@common/themes/jeasyui/views',
                        '@sheillendra/jeasyui/views',
                        '@app/themes/basic/views'
                    ],
                    '@app/modules' => [
                        '@app/themes/jeasyui/modules',
                        '@sheillendra/jeasyui/views',
                        '@app/themes/basic/modules',
                    ],
                    '@app/widgets' => [
                        '@app/themes/jeasyui/widgets',
                        '@sheillendra/jeasyui/views',
                        '@app/themes/basic/widgets',
                    ]
                ],
            ],
        ],
        ...
    ]

```

GII
---

[](#gii)

```
// config/main-local.php        for yii2-app-advanced
// config/web.php               for yii2-basic
...
if (!YII_ENV_TEST) {
    // configuration adjustments for 'dev' environment
    ...

    $config['modules']['gii'] = [
        'class'=>'yii\gii\Module',
       'generators' =>[
           'jeasyui-crud' => ['class'=>'sheillendra\jeasyui\gii\generators\crud\Generator']
        ]
    ];
}

```

### Put GII instruction in modelExt (extended)

[](#put-gii-instruction-in-modelext-extended)

```
    /**
     * For generate EasyUI
     */
    public function getEasyuiAttributes()
    {
        return [
            '_' => [
                'formDialogHeight' => 500
            ],
            'id' => [
                'width' => 60,
            ],
            'fix_price' => [
                'formHide' => true,
                'format' => 'currency'
            ],
            'pdf_file' => [
                'input' => 'file',
                'accept' => 'pdf',
                'inputName' => 'inputFile',
            ],
            'date' => [
                'validType' => "'validDate','dateLessEqual[]'"
            ]
        ];
    }

```

yii.easyui.min.js
-----------------

[](#yiieasyuiminjs)

```
Method :
.showMainMask()
.hideMainMask()
.cookie.set(name, value, days, path)
.cookie.get(name)
.cookie.delete(name, path)

```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance46

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 98.4% 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 ~359 days

Recently: every ~542 days

Total

9

Last Release

874d ago

Major Versions

v0.0.1 → v2.0.0-alpha2017-10-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/b665ab2d2cc4975ed74c80e26e2121bf049566cacc370cb865f90ef85a1c7056?d=identicon)[sheillendra](/maintainers/sheillendra)

---

Top Contributors

[![sheillendra](https://avatars.githubusercontent.com/u/3131932?v=4)](https://github.com/sheillendra "sheillendra (124 commits)")[![HenryDewa](https://avatars.githubusercontent.com/u/2367303?v=4)](https://github.com/HenryDewa "HenryDewa (1 commits)")[![hscstudio](https://avatars.githubusercontent.com/u/2976897?v=4)](https://github.com/hscstudio "hscstudio (1 commits)")

---

Tags

yii2yiisheillendrajeasyui

### Embed Badge

![Health badge](/badges/sheillendra-yii2-jeasyui/health.svg)

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

###  Alternatives

[kop/yii2-scroll-pager

Infinite AJAX scrolling for Yii2 ListView widget

180706.5k10](/packages/kop-yii2-scroll-pager)[brussens/yii2-maintenance-mode

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

78256.3k5](/packages/brussens-yii2-maintenance-mode)

PHPackages © 2026

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