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. [Framework](/categories/framework)
4. /
5. mistim/yii2-theme-adminlte

ActiveYii2-extension[Framework](/categories/framework)

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

Theme AdminLTE for Yii2 Framework

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

Since Mar 23Pushed 10y 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 3w 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 26% 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

3746d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5244567?v=4)[Mikhail Oslovskiy](/maintainers/Mistim)[@mistim](https://github.com/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

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[yiisoft/yii2-app-advanced

Yii 2 Advanced Project Template

1.7k960.6k5](/packages/yiisoft-yii2-app-advanced)[yiisoft/yii2-redis

Redis Cache, Session and ActiveRecord for the Yii framework

44912.1M264](/packages/yiisoft-yii2-redis)[yiisoft/yii2-debug

The debugger extension for the Yii framework

20324.2M616](/packages/yiisoft-yii2-debug)[yiisoft/yii2-app-basic

Yii 2 Basic Project Template

6751.8M8](/packages/yiisoft-yii2-app-basic)[yiisoft/yii2-apidoc

API Documentation generator for the Yii framework 2.0

259709.1k31](/packages/yiisoft-yii2-apidoc)

PHPackages © 2026

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