PHPackages                             mervick/yii2-adminlte-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mervick/yii2-adminlte-gii

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

mervick/yii2-adminlte-gii
=========================

Yii2 AdminLTE Gii Extension

v0.1.0-alpha(10y ago)25392[1 issues](https://github.com/mervick/yii2-adminlte-gii/issues)BSD-3-ClausePHPPHP &gt;=5.4.0

Since Jul 8Pushed 10y ago4 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Yii2 AdminLTE Gii Extension
===========================

[](#yii2-adminlte-gii-extension)

[![Analytics](https://camo.githubusercontent.com/915d6102956e047b9f0e4fdd8b191029f8e52aed1e6646d1d9ce347363971181/68747470733a2f2f67612d626561636f6e2e61707073706f742e636f6d2f55412d36353239353237352d312f796969322d61646d696e6c74652d676969)](https://github.com/igrigorik/ga-beacon)

Yii2 Framework Code Generator Extension Gii for AdminLTE template

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

[](#installation)

This package required by [mervick/yii2-adminlte](https://github.com/mervick/yii2-adminlte).
If you want install this manually, open terminal and run:

```
php composer.phar require "mervick/yii2-adminlte-gii" "*"
```

or add to composer.json

```
"require": {
    "mervick/yii2-adminlte-gii": "*"
}
```

Usage
-----

[](#usage)

Then extension was installed add the following lines in your configuration file:

```
return [
    'bootstrap' => ['gii'],
    'modules' => [
        'gii' => [
            'class' => 'yii\gii\Module',
            'controllerNamespace' => 'mervick\adminlte\gii\controllers',
            'generators' => [
                'AdminLTE crud' => [
                    'class' => 'mervick\adminlte\gii\generators\crud\Generator',
                ],
                'AdminLTE model' => [
                    'class' => 'mervick\adminlte\gii\generators\model\Generator',
                ],
            ],
        ],
        // ...
    ],
    // ...
];
```

Preview
-------

[](#preview)

!\[AdminLTE Gii\] ()

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3967d ago

### Community

Maintainers

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

---

Top Contributors

[![mervick](https://avatars.githubusercontent.com/u/2429298?v=4)](https://github.com/mervick "mervick (80 commits)")

---

Tags

yii2extensionyiiAdminLTEgii

### Embed Badge

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

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

PHPackages © 2026

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