PHPackages                             yourickds/adminlte - 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. yourickds/adminlte

ActiveYii2-extension

yourickds/adminlte
==================

AdminLTE module for Yii2

1.5.1(7y ago)027MITPHP

Since Oct 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/yourickds/adminlte)[ Packagist](https://packagist.org/packages/yourickds/adminlte)[ RSS](/packages/yourickds-adminlte/feed)WikiDiscussions master Synced 3d ago

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

AdminLTE module for Yii2
========================

[](#adminlte-module-for-yii2)

Yii2 module [AdminLTE](https://adminlte.io/).

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

[](#installation)

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

- Either run

```
php composer.phar require --prefer-dist "yourickds/adminlte" "*"

```

or add

```
"yourickds/adminlte" : "*"
```

to the `require` section of your application's `composer.json` file.

- Add a new module in `modules` section of your application's configuration file, for example:

```
'modules' => [
    'adminlte' => [
        'class' => 'yourickds\adminlte\Init',
        'layout' => 'main', // main or top
        'layoutBody' => 'fixed', // fixed, layout-boxed or empty
        'toggleSidebar' => false,
        'sidebarExpandHover' => false,
        'toggleRightSidebarSlide' => true,
        // Toggle between dark and light skins for the right sidebar
        'toggleRightSidebarSkin' => 'dark',
        // skin-blue, skin-black, skin-purple, skin-green, skin-red, skin-yellow,
        // skin-blue-light, skin-black-light, skin-purple-light, skin-green-light,
        // skin-red-light, skin-yellow-light
        'skin' => 'skin-green',
        'dashboard' => 'v2' // v1 or v2
    ]
],
```

- Add a authManager in `components` section of your application's configuration file, for example:

```
'authManager' => [
    'class' => 'yii\rbac\DbManager',
    'cache' => 'cache'
],
```

- Add a new rule for `urlManager` of your application's configuration file, for example:

```
'urlManager' => [
    'rules' => [
        'admin//' => 'adminlte//',
        'admin' => 'adminlte/dashboard',
    ],
],
```

- Add a template for Gii CRUD generator of your application's configuration file, for example:

```
$config['modules']['gii'] = [
    'class' => 'yii\gii\Module',
    'generators' => [
        'crud' => [
            'class' => 'yii\gii\generators\crud\Generator',
            'templates' => [
                'adminlte' => '@vendor/yourickds/adminlte/gii/crud',
            ]
        ]
    ],
    // uncomment the following to add your IP if you are not connecting from localhost.
    // 'allowedIPs' => ['127.0.0.1', '::1'],
];
```

- Update the database schema using the migration

```
php yii migrate/up --migrationPath=@yii/rbac/migrations
```

and

```
php yii migrate/up --migrationPath=@vendor/yourickds/adminlte/migrations
```

Resources
---------

[](#resources)

- [AdminLTE](https://adminlte.io/)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

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

Every ~34 days

Total

2

Last Release

2731d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3338687?v=4)[Yuriy Ponomarev](/maintainers/Yourick)[@yourick](https://github.com/yourick)

---

Top Contributors

[![yourickds](https://avatars.githubusercontent.com/u/14552713?v=4)](https://github.com/yourickds "yourickds (6 commits)")

---

Tags

yii2moduleAdminLTE

### Embed Badge

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

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

###  Alternatives

[loveorigami/yii2-notification-wrapper

This module for renders a message from session flash (with ajax, pjax support and etc.)

77199.7k5](/packages/loveorigami-yii2-notification-wrapper)[zhuravljov/yii2-rest

Yii2 REST Client

1186.2k](/packages/zhuravljov-yii2-rest)

PHPackages © 2026

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