PHPackages                             ayrozjlc/yii2-adminlte3-asset - 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. ayrozjlc/yii2-adminlte3-asset

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

ayrozjlc/yii2-adminlte3-asset
=============================

AdminLTE3 backend theme asset bundle for Yii 2.0 Framework

v1.0(4y ago)11102BSD-3-ClausePHP

Since Jul 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ayrozjlc/yii2-adminlte3-asset)[ Packagist](https://packagist.org/packages/ayrozjlc/yii2-adminlte3-asset)[ RSS](/packages/ayrozjlc-yii2-adminlte3-asset/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

AdminLTE3 Asset Bundle for Yii2
===============================

[](#adminlte3-asset-bundle-for-yii2)

*Template UI for Yii2 Framework, based on [AdminLTE3](https://adminlte.io/themes/v3)*

**AdminLTE** is a fully responsive administration template. Based on **[Bootstrap 4](https://getbootstrap.com)** framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops. [!["AdminLTE Presentation"](https://camo.githubusercontent.com/da127d07a4158552c61153868adc93c639e11393b8237e14925bb645caef82ca/68747470733a2f2f61646d696e6c74652e696f2f41646d696e4c5445332e706e67 "AdminLTE Presentation")](https://camo.githubusercontent.com/da127d07a4158552c61153868adc93c639e11393b8237e14925bb645caef82ca/68747470733a2f2f61646d696e6c74652e696f2f41646d696e4c5445332e706e67)

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

[](#installation)

#### Composer

[](#composer)

```
composer require ayrozjlc/yii2-adminlte3-asset

```

or add

```
"ayrozjlc/yii2-adminlte3-asset": "dev-master",

```

to the `require` section of your `composer.json` file.

Quick Start
-----------

[](#quick-start)

- In view (for example: `@app/views/layouts/main.php`)

```
// ...
use ayrozjlc\adminlte3\AdminLte3Asset;
// ...
AdminLte3Asset::register($this);
```

or add to your `assets/AppAsset.php`

```
public $depends = [
    // ...
    'ayrozjlc\adminlte3\AdminLte3Asset',
];
```

Preview
-------

[](#preview)

- You can have a **preview** by reconfiguring the path mappings of the view component:

```
'components' => [
    'view' => [
        'theme' => [
            'pathMap' => [
                '@app/views' => '@vendor/ayrozjlc/yii2-adminlte3-asset/src/yii2-app'
            ],
        ],
    ],
],
```

Assets
------

[](#assets)

- Example in view

```
use ayrozjlc\adminlte3\assets_extra\IcheckAsset;

IcheckAsset::register($this);
```

or add to your `assets/AppAsset.php`

```
public $depends = [
    'ayrozjlc\adminlte3\assets_extra\PaceAsset',
    'ayrozjlc\adminlte3\assets_extra\IcheckAsset',
    'ayrozjlc\adminlte3\assets_extra\DataTablesAsset',
    'ayrozjlc\adminlte3\assets_extra\DataTablesBootstrapAsset',
];
```

Widgets
-------

[](#widgets)

- Menu
- ActionColumn
- Alert
- Datatables
- example(menu)

```
ayrozjlc\adminlte3\widgets\Menu::widget([
    'items' => [
        'label' => 'menu',
        'url' => ['/site/index'],
        'icon' => 'users' //$iconClassPrefix = 'fas fa-'
    ],
    'itemOptions' => ['class' => 'nav-item'],
]);
```

Credits
-------

[](#credits)

- **[Yii 2.0 Framework](http://www.yiiframework.com/doc-2.0)**
- **[AdminLTE3](https://adminlte.io/themes/v3)**

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

1754d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/82b95f0e2db70af9bc5d2aaa9467737dad42a9f7dd20cbf4610d00ab535dcb71?d=identicon)[ayrozjlc](/maintainers/ayrozjlc)

---

Top Contributors

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

---

Tags

cssyii2extensionthemeAdminLTEassetsbackendassetadminwidgetsbootstrap4adminlte3

### Embed Badge

![Health badge](/badges/ayrozjlc-yii2-adminlte3-asset/health.svg)

```
[![Health](https://phpackages.com/badges/ayrozjlc-yii2-adminlte3-asset/health.svg)](https://phpackages.com/packages/ayrozjlc-yii2-adminlte3-asset)
```

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

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

Free admin template for backend

277278.3k5](/packages/yiister-yii2-gentelella)

PHPackages © 2026

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