Registry / utility / maximebf-debugbar

maximebf-debugbar

JSON →
library3.7.6phppackagistunverified

Debug bar in the browser for php application.

composer require maximebf/debugbar
INSTALL
IMPORT
SIG · MAXIMEBF-DEBUGBAR
M
maximebf-debugbar
utilityphpv3.7.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StandardDebugBar
use DebugBar\StandardDebugBar;

Initialize a debug bar and add a message.

use DebugBar\StandardDebugBar; $debugbar = new StandardDebugBar(); $debugbar['messages']->addMessage('Hello world!'); echo $debugbar->getJavascriptRenderer()->renderHead(); echo $debugbar->getJavascriptRenderer()->render();
Debug
Known issues
breakingDo not enable debug bar in production; exposes sensitive data.
fix
Conditionally load the debug bar only in development environments.
affects: >=3.0.0
Upgrade
Version history
3.7.6latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
2
Resources
maximebf-debugbar — pip install maximebf-debugbar · libregistry