PHPackages                             bmsrox/yii-adminlte-crud-template - 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. bmsrox/yii-adminlte-crud-template

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

bmsrox/yii-adminlte-crud-template
=================================

CRUD template to adminLTE integrated with yii2

v1.0(9y ago)44.1k2BSD-3-ClausePHP

Since Sep 12Pushed 5y ago2 watchersCompare

[ Source](https://github.com/bmsrox/yii-adminlte-crud-template)[ Packagist](https://packagist.org/packages/bmsrox/yii-adminlte-crud-template)[ Docs](https://github.com/bmsrox/yii-adminlte-crud-template)[ RSS](/packages/bmsrox-yii-adminlte-crud-template/feed)WikiDiscussions master Synced 2mo ago

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

YII ADMINLTE CRUD TEMPLATE
==========================

[](#yii-adminlte-crud-template)

This is a code template to adminlte integrated with yii2

```
composer require bmsrox/yii-adminlte-crud-template

```

or add into composer.json

```
"bmsrox/yii-adminlte-crud-template": "dev-master"

```

CONFIG GII LAYOUT
-----------------

[](#config-gii-layout)

Into your backend/config/main-local.php edit the follow instruction:

```
$config['modules']['gii'] = [
        'class' => 'yii\gii\Module',
          'generators' => [ //here
            'crud' => [ // generator name
                'class' => 'yii\gii\generators\crud\Generator', // generator class
                'templates' => [ //setting for out templates
                    'custom' => '@vendor/bmsrox/yii-adminlte-crud-template', // template name => path to template
                ]
            ]
        ],
    ];

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3529d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80df76dabb01dfc4f5a035f5e0efeedd21f37e91fe1bac969d07998b0ebcd043?d=identicon)[bmsrox](/maintainers/bmsrox)

---

Top Contributors

[![bmsrox](https://avatars.githubusercontent.com/u/3869640?v=4)](https://github.com/bmsrox "bmsrox (5 commits)")

---

Tags

yii2extensionAdminLTEgiibmsrox

### Embed Badge

![Health badge](/badges/bmsrox-yii-adminlte-crud-template/health.svg)

```
[![Health](https://phpackages.com/badges/bmsrox-yii-adminlte-crud-template/health.svg)](https://phpackages.com/packages/bmsrox-yii-adminlte-crud-template)
```

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)

PHPackages © 2026

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