PHPackages                             jakim-pj/yii2-widgets-adminlte2 - 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. jakim-pj/yii2-widgets-adminlte2

ActiveYii2-extension

jakim-pj/yii2-widgets-adminlte2
===============================

Set of widgets for AdminLTE2

1.0.0(9y ago)177MITPHP

Since Aug 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jakim/yii2-widgets-adminlte2)[ Packagist](https://packagist.org/packages/jakim-pj/yii2-widgets-adminlte2)[ RSS](/packages/jakim-pj-yii2-widgets-adminlte2/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Set of widgets for AdminLTE2
============================

[](#set-of-widgets-for-adminlte2)

Set of widgets for AdminLTE2

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist jakim-pj/yii2-widgets-adminlte2

```

or add

```
"jakim-pj/yii2-widgets-adminlte2": "^1.0"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
        InfoBox::widget([
            'color' => 'bg-green',
            'icon' => 'fa-calendar-check-o',
            'text' => 'Last Check In',
            'number' => [
                Yii::$app->formatter->asDatetime($lastCheckIn->start), //line #1
                $lastCheckIn->user->fullName // line #2
            ]
        ]);
```

[![](https://cloud.githubusercontent.com/assets/839118/17645276/ddf6d110-61a0-11e6-9513-4325d96961ad.png)](https://cloud.githubusercontent.com/assets/839118/17645276/ddf6d110-61a0-11e6-9513-4325d96961ad.png)[![](https://cloud.githubusercontent.com/assets/839118/17645275/ddf60dde-61a0-11e6-8dfa-03eb80e6dc02.png)](https://cloud.githubusercontent.com/assets/839118/17645275/ddf60dde-61a0-11e6-8dfa-03eb80e6dc02.png)[![](https://cloud.githubusercontent.com/assets/839118/17645274/ddf5f8bc-61a0-11e6-870c-730ee7518a21.png)](https://cloud.githubusercontent.com/assets/839118/17645274/ddf5f8bc-61a0-11e6-870c-730ee7518a21.png)

```
        SmallBox::widget([
            'color' => 'bg-red',
            'icon' => 'fa-exclamation-triangle',
            'header' => $formatter->asInteger($incidents),
            'text' => 'Total number of incidents',
            'footerUrl' => Url::to(['incident/index']),
        ]);
```

[![](https://cloud.githubusercontent.com/assets/839118/17645262/aba94cba-61a0-11e6-81b4-8cd59032b72a.png)](https://cloud.githubusercontent.com/assets/839118/17645262/aba94cba-61a0-11e6-81b4-8cd59032b72a.png)[![](https://cloud.githubusercontent.com/assets/839118/17645263/abac023e-61a0-11e6-9290-d92996c2494b.png)](https://cloud.githubusercontent.com/assets/839118/17645263/abac023e-61a0-11e6-9290-d92996c2494b.png)[![](https://cloud.githubusercontent.com/assets/839118/17645264/abaf3850-61a0-11e6-8f0b-3a1a9d8d48c2.png)](https://cloud.githubusercontent.com/assets/839118/17645264/abaf3850-61a0-11e6-8f0b-3a1a9d8d48c2.png)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3559d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2cd489b24694be7fd5f47165166e2c1bd35813d403f48c724cb357e8e3f25d90?d=identicon)[jakim](/maintainers/jakim)

---

Top Contributors

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

---

Tags

yii2extensionAdminLTEwidgetsadminlte2infoboxsmallbox

### Embed Badge

![Health badge](/badges/jakim-pj-yii2-widgets-adminlte2/health.svg)

```
[![Health](https://phpackages.com/badges/jakim-pj-yii2-widgets-adminlte2/health.svg)](https://phpackages.com/packages/jakim-pj-yii2-widgets-adminlte2)
```

###  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)

PHPackages © 2026

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