PHPackages                             mistim/yii2-theme-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. mistim/yii2-theme-adminlte

ActiveYii2-extension

mistim/yii2-theme-adminlte
==========================

Theme AdminLTE for Yii2 Framework

0.1(10y ago)251BSD-4-ClausePHPPHP &gt;=5.4.0

Since Mar 23Pushed 9y ago1 watchersCompare

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

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

yii2-theme-admin
================

[](#yii2-theme-admin)

This package contains an:

- [AssetBundle](http://www.yiiframework.com/doc-2.0/guide-structure-assets.html) for Yii Framework 2.0 which registers the resources of [AdminLTE 2](https://github.com/almasaeed2010/AdminLTE/)and [Font-Awesome 4](https://github.com/FortAwesome/Font-Awesome)
- [Widgets](http://www.yiiframework.com/doc-2.0/guide-structure-widgets.html)which use [GUI AdminLTE 2](https://almsaeedstudio.com/preview)
- example [views](http://www.yiiframework.com/doc-2.0/guide-structure-views.html)

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

[](#installation)

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

Run:

```
php composer.phar require mistim/yii2-adminlte-asset "*"

```

or add require to **composer.json**:

```
"mistim/yii2-adminlte-asset": "*"

```

Configuration
-------------

[](#configuration)

Add the following code to the [application configuration](www.yiiframework.com/doc-2.0/guide-structure-applications.html#application-configurations)

```
'components' => [
    'view' => [
         'theme' => [
             'pathMap' => [
                '@app/views' => '@vendor/mistim/yii2-theme-adminlte/src/views'
             ],
         ],
    ],
],

```

Set layout in your main controller:

```
public $layout = '@vendor/mistim/yii2-theme-adminlte/src/views/layouts/main';

```

Use template for [Gii](http://www.yiiframework.com/doc-2.0/guide-start-gii.html)

```
'gii' => [
    'class' => 'yii\gii\Module',
    'generators' => [
        'crud' => [
            'class'     => 'yii\gii\generators\crud\Generator',
            'templates' => [
                'adminlte' => '@vendor/mistim/yii2-theme-adminlte/src/generators/crud/default'
            ]
        ]
    ]
],

```

// TODO ...

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

3699d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4383c8188c1dcb7d401c3436e87d1031d97f2c1bc226ab402074f09ea2acd1bb?d=identicon)[Mistim](/maintainers/Mistim)

---

Top Contributors

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

---

Tags

yii2AdminLTEthwmw

### Embed Badge

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

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

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

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

adminlte3 for yii2

79253.8k2](/packages/hail812-yii2-adminlte3)[yiister/yii2-adminlte

yii2-adminlte is a package for yii framework 2 that consists a very popular backend template AdminLTE (based on bootstrap 3).

2839.3k](/packages/yiister-yii2-adminlte)

PHPackages © 2026

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