PHPackages                             amnah/yii2-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. amnah/yii2-debug

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

amnah/yii2-debug
================

Yii 2 Debug extension that captures ajax calls

1430PHP

Since Apr 14Pushed 7y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-debug
==========

[](#yii2-debug)

This is an improved version of the official [yii2-debug](https://github.com/yiisoft/yii2-debug) module.

The main benefit of this version is that it captures ajax calls and updates the debugbar accordingly. Additionally, the main common panels are more compact.

Note: The official yii2-debug has since added its own ajax implementation. Their version is a hover div instead of a dropdown. You can see the difference in images below

Demo image:
-----------

[](#demo-image)

[![demo](demo.png "demo")](demo.png)

Official Yii2 Debug image (for reference):
------------------------------------------

[](#official-yii2-debug-image-for-reference)

[![official](official.png "official")](official.png)

Installation:
-------------

[](#installation)

Install package via composer `"amnah/yii2-debug": "dev-master"`

Usage:
------

[](#usage)

```
if (YII_ENV_DEV) {
    // configuration adjustments for 'dev' environment
    $config['bootstrap'][] = 'debug';
    $config['modules']['debug'] = [
        'class' => 'amnah\yii2\debug\Module',
        // uncomment and adjust the following to add your IP if you are not connecting from localhost.
        //'allowedIPs' => ['127.0.0.1', '::1'],
    ];
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

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/5d6704c3ef75e38b07c3086e40a5ac32ffc792eded6396447b123b7852776568?d=identicon)[amnah](/maintainers/amnah)

---

Top Contributors

[![amnah](https://avatars.githubusercontent.com/u/2630503?v=4)](https://github.com/amnah "amnah (84 commits)")

### Embed Badge

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

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

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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