PHPackages                             ashtokalo/yii2-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. [Admin Panels](/categories/admin)
4. /
5. ashtokalo/yii2-adminlte

ActiveLibrary[Admin Panels](/categories/admin)

ashtokalo/yii2-adminlte
=======================

Module to extend yii2 application with AdminLTE interface.

07PHP

Since Jun 27Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

AdminLte for Yii2
=================

[](#adminlte-for-yii2)

**AdminLTE for Yii2** is a module for Yii2 framework to get simple administration interface based on [AdminLTE](https://github.com/ColorlibHQ/AdminLTE)fully responsive administration template and on [Bootstrap 4.6](https://getbootstrap.com/) framework and also the JS/jQuery plugin.

**Warning!** This module is under development! Anything might be changed or even removed! There are no documentation other than comments in code!

Quick start
-----------

[](#quick-start)

There are multiple ways to install the module, but composer from repository would be preferred:

```
composer require ashtokalo\yii2-adminlte

```

Assume you already have Yii2 application, so the only changes you need are:

1. Add module to configuration of web application:

```
'modules' => [
    // here the other modules
    'adminlte' => [
        'class' => \ashtokalo\yii2\adminlte\Module::class,
    ],
],
```

2. Add the module to bootstrap of web application:

```
'bootstrap' => [
    // here the other modules
    'adminlte',
],
```

3. Configure sidebar and navbar as web application components:

```
'components' => [
    // here the other components
    'sidebar' => [
        'class' => \ashtokalo\yii2\adminlte\widgets\Sidebar::class,
        'items' => [
            // here the items of your sidebar
        ],
    ],
    'navbar' => [
        'class' => \ashtokalo\yii2\adminlte\widgets\Navbar::class,
        'items' => [
            // here the items of your navbar
        ],
    ],
],
```

Contributing
------------

[](#contributing)

Contributions are **welcome** and will be fully **credited**.

You can take the code and run test application:

```
git clone https://github.com/ashtokalo/yii2-adminlte.git
cd yii2-adminlte
composer update
cd test/app
./yii serve &
xdg-open http://localhost:8080
```

Only contributions via Pull Requests on [Github](https://github.com/ashtokalo/yii2-adminlte) is accepted:

- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)**
- **Document any change in behaviour** - Make sure the `readme.txt` and any other relevant documentation are kept up-to-date.
- **Create feature branches** - Don't ask us to pull from your master branch.
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting.

License
-------

[](#license)

AdminLTE for Yii2 is an open source project by Alexey Shtokalo that is licensed under [MIT](https://opensource.org/licenses/MIT).

Credits
-------

[](#credits)

- [AdminLTE](https://github.com/ColorlibHQ/AdminLTE)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

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/b7ef8528d4033226c23e7fe1981413586609b33298fdc1a49ec12e24d1b401c7?d=identicon)[ashtokalo](/maintainers/ashtokalo)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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