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

ActiveYii2-extension

cinghie/yii2-adminlte3
======================

Asset Bundle to include AdminLTE 3 on your Yii 2 project

028PHP

Since Feb 3Pushed 3mo agoCompare

[ Source](https://github.com/cinghie/yii2-adminlte3)[ Packagist](https://packagist.org/packages/cinghie/yii2-adminlte3)[ RSS](/packages/cinghie-yii2-adminlte3/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 AdminLTE 3
===============

[](#yii2-adminlte-3)

[![License](https://camo.githubusercontent.com/6e801509f0fae342dbf20ff6020ccf434af72b12944e4fc6230db8228926e825/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63696e676869652f796969322d61646d696e6c7465332e737667)](https://camo.githubusercontent.com/6e801509f0fae342dbf20ff6020ccf434af72b12944e4fc6230db8228926e825/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63696e676869652f796969322d61646d696e6c7465332e737667)[![Latest Stable Version](https://camo.githubusercontent.com/6496b560189a052fb290a173bfde3188f8ce39105fb3211727150183b49e243b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f63696e676869652f796969322d61646d696e6c7465332e737667)](https://camo.githubusercontent.com/6496b560189a052fb290a173bfde3188f8ce39105fb3211727150183b49e243b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f63696e676869652f796969322d61646d696e6c7465332e737667)[![Latest Release Date](https://camo.githubusercontent.com/f547095e777b37d5d303b055940a812289e0e85e1c16713b2b9f02527e22d836/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652d646174652f63696e676869652f796969322d61646d696e6c7465332e737667)](https://camo.githubusercontent.com/f547095e777b37d5d303b055940a812289e0e85e1c16713b2b9f02527e22d836/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652d646174652f63696e676869652f796969322d61646d696e6c7465332e737667)[![Latest Commit](https://camo.githubusercontent.com/b13551506a9e7325aab3e1a029adce56bdf33ce63003b891a65e02d61e64304e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f63696e676869652f796969322d61646d696e6c7465332e737667)](https://camo.githubusercontent.com/b13551506a9e7325aab3e1a029adce56bdf33ce63003b891a65e02d61e64304e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f63696e676869652f796969322d61646d696e6c7465332e737667)[![Total Downloads](https://camo.githubusercontent.com/e08323b31ae152569ce29af7b20f8cbbc75ad899ebcecf42c0531bce468457c0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63696e676869652f796969322d61646d696e6c7465332e737667)](https://packagist.org/packages/cinghie/yii2-adminlte3)

Asset Bundle to include AdminLTE 3 on your Yii 2 project:

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

[](#installation)

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

Either run

```
php composer.phar require cinghie/yii2-adminlte3 "@dev"

```

or add this line to the require section of your `composer.json` file.

```
"cinghie/yii2-adminlte3": "@dev"

```

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

[](#configuration)

Add in the view for normal CSS and JS

```
use cinghie\adminlte3\AdminLTEAsset;

AdminLTEAsset::register($this);

```

Add in the view for minify CSS and JS

```
use cinghie\adminlte3\AdminLTEMinifyAsset;

AdminLTEMinifyAsset::register($this);

```

Widgets Examples
----------------

[](#widgets-examples)

WidgetGuide[Alert](docs/example_alert.md)Alert messages[Box](docs/example_box.md)Card with header, body (content or GridView), footer[Breadcrumbs](docs/example_breadcrumbs.md)Navigation breadcrumbs[Card](docs/example_card.md)Simple card (header, body, footer)[Content Header](docs/example_contentheader.md)Page title and breadcrumbs[DataColumn](docs/example_datacolumn.md)GridView column class (sorting header)[Footer](docs/example_footer.md)Layout footer[GridView](docs/example_gridview.md)Data grid in AdminLTE 3 card[InfoBox](docs/example_infobox.md)Info box (icon, text, number, optional progress)[Invoice](docs/example_invoice.md)Invoice layout[MailboxRead](docs/example_mailboxread.md)Read-mail card (subject, body, attachments)[NavTabs](docs/example_navtabs.md)Nav tabs with tab panes (Bootstrap 4)[Navbar Button](docs/example_navbarbutton.md)Navbar link button[Navbar Logo](docs/example_navbarlogo.md)Navbar brand/logo[Navbar User](docs/example_navbaruser.md)Navbar user dropdown[Sidebar Menu](docs/example_sidebarmenu.md)Sidebar navigation menu[Sidebar Search](docs/example_sidebarsearch.md)Sidebar search form[Sidebar Toggle](docs/example_sidebartoggle.md)Sidebar toggle button[Sidebar User](docs/example_sidebaruser.md)Sidebar user panel[SmallBox](docs/example_smallbox.md)Small stat box with optional footer link[Timeline](docs/example_timeline.md)Timeline (days and items)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance55

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

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

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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