PHPackages                             grozzzny/adminlte\_easyiicms - 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. grozzzny/adminlte\_easyiicms

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

grozzzny/adminlte\_easyiicms
============================

Adminlte for EasyiiCMS

067PHP

Since Jan 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/grozzzny/adminlte_easyiicms)[ Packagist](https://packagist.org/packages/grozzzny/adminlte_easyiicms)[ RSS](/packages/grozzzny-adminlte-easyiicms/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Admin panel "AdminLTE" (Adaptive layout) form for EasyiiCMS
===========================================================

[](#admin-panel-adminlte-adaptive-layout-form-for-easyiicms)

This module allows to [Easy yii2 cms](http://github.com/noumo/easyii)

Built on top of Bootstrap 3, AdminLTE provides a range of responsive, reusable, and commonly used components. [More..](https://adminlte.io/themes/AdminLTE/index2.html)

Installation guide
------------------

[](#installation-guide)

```
$ php composer.phar require grozzzny/adminlte_easyiicms "dev-master"
```

or

```
$ composer require grozzzny/adminlte_easyiicms "dev-master"
```

or composer.json:

```
"require": {
  "grozzzny/adminlte_easyiicms": "dev-master"
}
```

File config
-----------

[](#file-config)

```
$config = [
   ...
   'components' => [
       'view' => [
            'theme' => [
                'pathMap' => [
                    '@vendor/noumo/easyii/views' => '@grozzzny/adminlte_easyiicms/views',
                ],
            ],
        ]
   ]
   ...
];
$config['modules']['admin']['layout'] = '@grozzzny/adminlte_easyiicms/views/layouts/main';
return $config;
```

### Skins

[](#skins)

By default the extension uses blue skin for AdminLTE. You can change it in config file.

```
'components' => [
    'assetManager' => [
        'bundles' => [
            'grozzzny\adminlte_easyiicms\assets\AdminLteAsset' => [
                'skin' => 'skin-black',
            ],
        ],
    ],
],
```

Here is the list of available skins:

```
"skin-blue",
"skin-black",
"skin-red",
"skin-yellow",
"skin-purple",
"skin-green",
"skin-blue-light",
"skin-black-light",
"skin-red-light",
"skin-yellow-light",
"skin-purple-light",
"skin-green-light"

```

Screenshots
-----------

[](#screenshots)

[![alt text](https://raw.githubusercontent.com/grozzzny/adminlte_easyiicms/master/media/images/2017-09-13_11-20-02.png)](https://raw.githubusercontent.com/grozzzny/adminlte_easyiicms/master/media/images/2017-09-13_11-20-02.png)[![alt text](https://raw.githubusercontent.com/grozzzny/adminlte_easyiicms/master/media/images/2017-09-13_11-21-02.png)](https://raw.githubusercontent.com/grozzzny/adminlte_easyiicms/master/media/images/2017-09-13_11-21-02.png)[![alt text](https://raw.githubusercontent.com/grozzzny/adminlte_easyiicms/master/media/images/2017-09-13_11-21-18.png)](https://raw.githubusercontent.com/grozzzny/adminlte_easyiicms/master/media/images/2017-09-13_11-21-18.png)[![alt text](https://raw.githubusercontent.com/grozzzny/adminlte_easyiicms/master/media/images/2017-09-13_11-21-38.png)](https://raw.githubusercontent.com/grozzzny/adminlte_easyiicms/master/media/images/2017-09-13_11-21-38.png)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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://www.gravatar.com/avatar/554162fffed79306459e44cdded778e493d695f0229c405b67a717697ab1cc5d?d=identicon)[grozzzny](/maintainers/grozzzny)

---

Top Contributors

[![grozzzny](https://avatars.githubusercontent.com/u/19452327?v=4)](https://github.com/grozzzny "grozzzny (14 commits)")

### Embed Badge

![Health badge](/badges/grozzzny-adminlte-easyiicms/health.svg)

```
[![Health](https://phpackages.com/badges/grozzzny-adminlte-easyiicms/health.svg)](https://phpackages.com/packages/grozzzny-adminlte-easyiicms)
```

PHPackages © 2026

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