PHPackages                             amintado/yii2-adminlte-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. amintado/yii2-adminlte-asset

ActiveYii2-extension

amintado/yii2-adminlte-asset
============================

Backend theme for Yii2 Framework (RTL)

2.0.7(9y ago)04BSD-3-ClausePHP

Since Dec 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/amintado/yii2-adminlte-asset)[ Packagist](https://packagist.org/packages/amintado/yii2-adminlte-asset)[ RSS](/packages/amintado-yii2-adminlte-asset/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (6)Versions (17)Used By (0)

AdminLTE Asset Bundle (RTL)
===========================

[](#adminlte-asset-bundle-rtl)

This package contains an [Asset Bundle for Yii 2.0 Framework](http://www.yiiframework.com/doc-2.0/guide-structure-assets.html)which registers the CSS files for the **AdminLTE (RTL Version)** user-interface.

The CSS files are installed via Yii's recommended usage of the `fxp/composer-asset-plugin`.

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

[](#installation)

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

To install AdminLTE v1 run:

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

```

> #### Note!
>
> [](#note)
>
> AdminLTE v2 is currently in beta.

To install AdminLTE v2 run:

```
php composer.phar require amintado/yii2-adminlte-asset "2.*@beta"

```

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

[](#quick-start)

Once the extension is installed, you can have a *preview* by reconfiguring the path mappings of the view component:

For [Yii 2 Advanced Application Template](https://github.com/yiisoft/yii2-app-advanced)

```
'components' => [
    'view' => [
         'theme' => [
             'pathMap' => [
                '@app/views' => '@vendor/amintado/yii2-adminlte-asset/example-views/yiisoft/yii2-advanced-app'
             ],
         ],
    ],
],
     ]
```

For [Yii 2 Basic Application Template](https://github.com/yiisoft/yii2-app-basic)

```
'components' => [
    'view' => [
         'theme' => [
             'pathMap' => [
                '@app/views' => '@vendor/amintado/yii2-adminlte-asset/example-views/yiisoft/yii2-basic-app'
             ],
         ],
    ],
],
     ]
```

For [Phundament 4](https://github.com/phundament/app)

```
'components' => [
    'view' => [
        'theme' => [
            'pathMap' => [
                '@app/views' => '@vendor/amintado/yii2-adminlte-asset/example-views/phundament/app'
            ],
        ],
    ],
],
```

This asset bundle provides sample files for layout and view (see folder `examples/`), they are **not meant to be customized directly in the `vendor/` folder**.

Therefore it is recommended to **copy the views into your application** and adjust them to your needs.

Customization
-------------

[](#customization)

- Copy files from `vendor/airani/yii2-adminlte-asset/example-views/yiisoft/yii2-advanced-app` (or other theme) to `@app/views`.
- Remove the custom `view` configuration from your application by deleting the path mappings, if you have made them before.
- Edit your views adhering to html markup `vendor/bower/admin-lte-rtl/pages`

By default the extension uses black skin for AdminLTE. You can change this. Just replace class of body `skin-black` to `skin-blue`. To fix all menu, add `fixed` class to `body` element.

> Namespacing rules follow the Yii 2.0 framework structure, eg. `amintado\web` for the Asset Bundle.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~39 days

Recently: every ~69 days

Total

16

Last Release

3584d ago

Major Versions

0.2.0 → 1.0.02015-02-25

1.1.1 → 2.0.0-alpha12015-03-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/d561fa3d3f8465f40a8f3d3c10a18f5270367499a3aad39e9eb221d750b7e9de?d=identicon)[amintado](/maintainers/amintado)

---

Top Contributors

[![schmunk42](https://avatars.githubusercontent.com/u/649031?v=4)](https://github.com/schmunk42 "schmunk42 (34 commits)")[![githubjeka](https://avatars.githubusercontent.com/u/874234?v=4)](https://github.com/githubjeka "githubjeka (14 commits)")[![airani](https://avatars.githubusercontent.com/u/438573?v=4)](https://github.com/airani "airani (12 commits)")[![yiiman-dev](https://avatars.githubusercontent.com/u/11722893?v=4)](https://github.com/yiiman-dev "yiiman-dev (10 commits)")[![marc7000](https://avatars.githubusercontent.com/u/1118837?v=4)](https://github.com/marc7000 "marc7000 (9 commits)")[![kowa90](https://avatars.githubusercontent.com/u/328977?v=4)](https://github.com/kowa90 "kowa90 (1 commits)")[![zzzaaa](https://avatars.githubusercontent.com/u/937303?v=4)](https://github.com/zzzaaa "zzzaaa (1 commits)")

---

Tags

yii2extensionAdminLTErtladminlte-rtl

### Embed Badge

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

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

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

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

PHPackages © 2026

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