PHPackages                             mervick/yii2-adminlte-debug - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. mervick/yii2-adminlte-debug

ActiveYii2-extension[Debugging &amp; Profiling](/categories/debugging)

mervick/yii2-adminlte-debug
===========================

Yii2 AdminLTE Debug Extension

v1.0.0(10y ago)092BSD-3-ClausePHPPHP &gt;=5.4.0

Since Nov 1Pushed 10y ago2 watchersCompare

[ Source](https://github.com/mervick/yii2-adminlte-debug)[ Packagist](https://packagist.org/packages/mervick/yii2-adminlte-debug)[ Docs](https://github.com/mervick/yii2-adminlte-debug)[ RSS](/packages/mervick-yii2-adminlte-debug/feed)WikiDiscussions master Synced 1mo ago

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

Yii2 AdminLTE Debug Module
==========================

[](#yii2-adminlte-debug-module)

[![Analytics](https://camo.githubusercontent.com/a343a7c513791e9475ae65480e3ee17a43812e7a580fa5173aa2edbf4d5d185d/68747470733a2f2f67612d626561636f6e2e61707073706f742e636f6d2f55412d36353239353237352d312f796969322d61646d696e6c74652d6465627567)](https://github.com/igrigorik/ga-beacon)

Modified [yiisoft/yii2-debug](https://github.com/yiisoft/yii2-debug) for [mervick/yii2-adminlte](https://github.com/mervick/yii2-adminlte).

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

[](#installation)

This package required by [mervick/yii2-adminlte](https://github.com/mervick/yii2-adminlte).
If you want install this manually, open terminal and run:

```
php composer.phar require "mervick/yii2-adminlte-debug" "*"
```

or add to composer.json

```
"require": {
    "mervick/yii2-adminlte-debug": "*"
}
```

Usage
-----

[](#usage)

In your config file (it's maybe `config/main.php` or `config/main-local.php`) add the following lines:

```
if (!YII_ENV_TEST) {
    // configuration adjustments for 'dev' environment
    $config['bootstrap'][] = 'debug';
    $config['modules']['debug'] = [
        'class' => 'mervick\adminlte\debug\Module',
        'controllerNamespace' => 'mervick\adminlte\debug\controllers',
        'allowedIPs' => ['*'],   // for all ips with 'dev' role
        'allowedRoles' => ['dev'],
    ];
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

3851d ago

### Community

Maintainers

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

---

Top Contributors

[![mervick](https://avatars.githubusercontent.com/u/2429298?v=4)](https://github.com/mervick "mervick (13 commits)")

---

Tags

debugyii2extensionyiiAdminLTE

### Embed Badge

![Health badge](/badges/mervick-yii2-adminlte-debug/health.svg)

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

###  Alternatives

[zhuravljov/yii2-debug

Yii debug toolbar

144501.1k4](/packages/zhuravljov-yii2-debug)

PHPackages © 2026

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