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

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

wpbp/debug
==========

Add your plugin to Query Monitor

1.1.4(1y ago)1511.4k↓38.1%3[1 issues](https://github.com/WPBP/Debug/issues)GPL-3.0PHP

Since Jun 22Pushed 1y ago2 watchersCompare

[ Source](https://github.com/WPBP/Debug)[ Packagist](https://packagist.org/packages/wpbp/debug)[ Docs](https://github.com/WPBP/Debug)[ RSS](/packages/wpbp-debug/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)DependenciesVersions (8)Used By (0)

Debug
=====

[](#debug)

[![License](https://camo.githubusercontent.com/1b0c7e4911720d0444c16a1ffd145a039f14a1a7305362ab51184f757a4dd6bc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d47504c25323076332d626c75652e737667)](http://www.gnu.org/licenses/gpl-3.0)[![Downloads](https://camo.githubusercontent.com/8120c3e912b70f7de7ee7658e47870c8f3dd7791ede093edcba92238fd725f20/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f777062702f64656275672e737667)](https://camo.githubusercontent.com/8120c3e912b70f7de7ee7658e47870c8f3dd7791ede093edcba92238fd725f20/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f777062702f64656275672e737667)

This package is a wrapper to Query Monitor for:

- Create a custom alternative panel for log stuff inside Query Monitor
- Add a timer method that use the Query Monitor internals
- Add a method to print in the internal log panel of Query Monitor

Install
-------

[](#install)

`composer require wpbp/debug:dev-master`

Example
-------

[](#example)

```
$debug = new WPBP_Debug( __( 'Name of the panel', 'your-textdomain' ) );
$debug->log( __( 'Plugin Loaded', 'your-textdomain' ) );
$debug->qm_log( __( 'Error inside the log panel of Query Monitor', 'your-textdomain' ), 'error' );
$debug->qm_timer( 'profile_that_callback', function () { echo 'I need to be profiled!'; } );
```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~490 days

Recently: every ~540 days

Total

7

Last Release

723d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/403283?v=4)[Daniele Scasciafratte](/maintainers/Mte90)[@Mte90](https://github.com/Mte90)

---

Top Contributors

[![Mte90](https://avatars.githubusercontent.com/u/403283?v=4)](https://github.com/Mte90 "Mte90 (18 commits)")[![mrqaidi](https://avatars.githubusercontent.com/u/9336767?v=4)](https://github.com/mrqaidi "mrqaidi (3 commits)")

---

Tags

wordpresswordpress-php-librarywordpressdebug

### Embed Badge

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

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

###  Alternatives

[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.7M5](/packages/fruitcake-laravel-telescope-toolbar)[vinnyfs89/x-dump

Simple way to debug PHP variables

144.2k](/packages/vinnyfs89-x-dump)

PHPackages © 2026

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