underpin / debug-bar-extension
Extension to integrate Debug Bar in Underpin
Installs: 153
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/underpin/debug-bar-extension
This package is auto-updated.
Last update: 2025-09-29 02:50:48 UTC
README
This extension uses Underpin's logger
class with commonly-used WordPress debugger utilities,
such as debug bar and query monitor.
This extension requires Underpin to function.
Installation
Using Composer
composer require underpin/debug-bar-extension
Manually
This plugin uses a built-in autoloader, so as long as it is required before Underpin, it should work as-expected.
require_once(__DIR__ . '/underpin-debug-bar-extension/debug-bar.php');
Setup
This plugin will automatically log any logger events. Simply installing the extension and activating your debugger of choice is sufficient.
- Install Underpin. See Underpin Docs
- Install any of the supported plugins mentioned below.
Supported Plugins
If you use a plugin, and think it should be integrated, submit an issue.