PHPackages                             pmvc-plugin/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. pmvc-plugin/debug

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

pmvc-plugin/debug
=================

pmvc debug dump tool

0.7.13(3y ago)111.3k6MITPHP

Since Jul 11Pushed 3y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (3)Versions (22)Used By (6)

[![Latest Stable Version](https://camo.githubusercontent.com/5db7a1c72f35ff08eda456244561645040513f7bb77912bd2d479278c911feda/68747470733a2f2f706f7365722e707567782e6f72672f706d76632d706c7567696e2f64656275672f762f737461626c65)](https://packagist.org/packages/pmvc-plugin/debug)[![Latest Unstable Version](https://camo.githubusercontent.com/5374342b614fa68096372a207af8d17f946bfd5000cbc716a976d5dc6ffcb5b1/68747470733a2f2f706f7365722e707567782e6f72672f706d76632d706c7567696e2f64656275672f762f756e737461626c65)](https://packagist.org/packages/pmvc-plugin/debug)[![CircleCI](https://camo.githubusercontent.com/1228d5e7a0ebfab01503a3c289595bd7b60a82dfae24801df129de0805965d52/68747470733a2f2f636972636c6563692e636f6d2f67682f706d76632d706c7567696e2f64656275672f747265652f6d61737465722e7376673f7374796c653d737667)](https://circleci.com/gh/pmvc-plugin/debug/tree/master)[![License](https://camo.githubusercontent.com/ae1589c59e0f157aaec0c75066f469f1a07b0e864874a91ae9e0f215755c51dc/68747470733a2f2f706f7365722e707567782e6f72672f706d76632d706c7567696e2f64656275672f6c6963656e7365)](https://packagist.org/packages/pmvc-plugin/debug)[![Total Downloads](https://camo.githubusercontent.com/76ef2be30394dd245aaef245fd7d007b39fd5e69dc75afc54c681fd6e621b810/68747470733a2f2f706f7365722e707567782e6f72672f706d76632d706c7567696e2f64656275672f646f776e6c6f616473)](https://packagist.org/packages/pmvc-plugin/debug)

PMVC debug tool
===============

[](#pmvc-debug-tool)

Debug output plugin
-------------------

[](#debug-output-plugin)

1. Debug for browser console
    - [https://github.com/pmvc-plugin/debug\_console](https://github.com/pmvc-plugin/debug_console)
2. Debug with json output (API... etc view.)
    - [https://github.com/pmvc-plugin/debug\_store](https://github.com/pmvc-plugin/debug_store)
    - Use with view engine
3. Use with command line (Bash ... etc shell script)
    - [https://github.com/pmvc-plugin/debug\_cli](https://github.com/pmvc-plugin/debug_cli)

How to Trigger debug
--------------------

[](#how-to-trigger-debug)

- http -&gt; $\_REQUEST\['--trace'\]
- cli -&gt; -t
    - if set -t and value is empty will force level to 'trace'
        - such as "pmvc -t"
    - pmvc -tdebug # it mean set to debug level.
        - pmvc -t debug # same
- hardcode -&gt; \\PMVC\\plug('debug')-&gt;setLevel('xxx');
- PHPUnit -&gt;

Install with Composer
---------------------

[](#install-with-composer)

CLICK TO SEE### 1. Download composer

[](#1-download-composer)

- mkdir test\_folder
- curl -sS  | php

### 2. Install Use composer.json or use command-line directly

[](#2-install-use-composerjson-or-use-command-line-directly)

#### 2.1 Install Use composer.json

[](#21-install-use-composerjson)

- vim composer.json

```
{
    "require": {
        "pmvc-plugin/debug": "dev-master"
    }
}

```

- php composer.phar install

#### 2.2 Or use composer command-line

[](#22-or-use-composer-command-line)

- php composer.phar require pmvc-plugin/debug

or

- composer require pmvc-plugin/debug

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

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

Every ~128 days

Recently: every ~65 days

Total

21

Last Release

1395d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f593111e77142a10224458b0436e6b2d6f3e537f924c03130f0208bd3c4477f?d=identicon)[HillLiu](/maintainers/HillLiu)

---

Top Contributors

[![HillLiu](https://avatars.githubusercontent.com/u/1877738?v=4)](https://github.com/HillLiu "HillLiu (127 commits)")

---

Tags

debugpmvc-debugdebugplug-inpmvc

### Embed Badge

![Health badge](/badges/pmvc-plugin-debug/health.svg)

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

###  Alternatives

[symfony/var-dumper

Provides mechanisms for walking through any arbitrary PHP variable

7.4k855.5M8.0k](/packages/symfony-var-dumper)[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.2k124.3M624](/packages/barryvdh-laravel-debugbar)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k21.3M40](/packages/php-debugbar-php-debugbar)[kint-php/kint

Kint - Advanced PHP dumper

2.8k19.3M283](/packages/kint-php-kint)[tracy/tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.

1.8k24.4M1.3k](/packages/tracy-tracy)

PHPackages © 2026

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