PHPackages                             samman/yii2-advanced-debugger - 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. samman/yii2-advanced-debugger

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

samman/yii2-advanced-debugger
=============================

1.2.1(3y ago)81.8k2PHP

Since Oct 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Mazen-Al-Samman/yii2-advanced-debugger)[ Packagist](https://packagist.org/packages/samman/yii2-advanced-debugger)[ RSS](/packages/samman-yii2-advanced-debugger/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

 Yii2 Advanced Debugger
========================

[](#----yii2-advanced-debugger)

 [ ![Yii Framework](https://camo.githubusercontent.com/cc75562bca6e54e98046e4fb187ef8d96c997a8f31c6f4d2f6ed0c816413b47a/68747470733a2f2f7777772e7969696672616d65776f726b2e636f6d2f696d6167652f7969695f6c6f676f5f6c696768742e737667) ](https://www.yiiframework.com/)

Package for advanced API debugging panels.

Features
--------

[](#features)

New Panels Added to the Yii2 debugger via this package:

- #### Response Panel

    [](#response-panel)

    Panel for the JSON response returned by the sent request.

     [![](https://user-images.githubusercontent.com/59656525/198234064-152310e8-da7f-4b18-8e2b-f84b38d9bd2a.png)](https://user-images.githubusercontent.com/59656525/198234064-152310e8-da7f-4b18-8e2b-f84b38d9bd2a.png)

- #### CURL Panel

    [](#curl-panel)

     Copy the request as a CURL with full params, headers, and body params. [![](https://user-images.githubusercontent.com/59656525/198233273-b7378f40-6a01-4232-98db-2e07f352552f.png)](https://user-images.githubusercontent.com/59656525/198233273-b7378f40-6a01-4232-98db-2e07f352552f.png)

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

[](#installation)

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

Either run

```
php composer.phar require samman/yii2-advanced-debugger

```

or add

```
"samman/yii2-advanced-debugger": "*"

```

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

In your `main-local.php` you should add the following

```
$config['modules']['debug'] = [
    'class' => 'yii\debug\Module',
    'panels' => [
        'respanel' => ['class' => 'samman\debug\ResponsePanel'],
        'curlpanel' => ['class' => 'samman\debug\CurlPanel']
    ],
];

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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

Every ~3 days

Total

4

Last Release

1341d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/59656525?v=4)[MHD Mazen Al Samman](/maintainers/Mazen-Al-Samman)[@Mazen-Al-Samman](https://github.com/Mazen-Al-Samman)

---

Top Contributors

[![Mazen-Al-Samman](https://avatars.githubusercontent.com/u/59656525?v=4)](https://github.com/Mazen-Al-Samman "Mazen-Al-Samman (5 commits)")[![EhabAmawi](https://avatars.githubusercontent.com/u/44699131?v=4)](https://github.com/EhabAmawi "EhabAmawi (1 commits)")

### Embed Badge

![Health badge](/badges/samman-yii2-advanced-debugger/health.svg)

```
[![Health](https://phpackages.com/badges/samman-yii2-advanced-debugger/health.svg)](https://phpackages.com/packages/samman-yii2-advanced-debugger)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[demi/backup

Basic Yii2 site backup methods

2021.4k1](/packages/demi-backup)

PHPackages © 2026

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