php-debugbar/monolog-bridge
Monolog bridge for PHP Debugbar
Maintainers
v1.0.0
2026-01-09 18:16 UTC
Requires
- php: ^8.2
- monolog/monolog: ^3
- php-debugbar/php-debugbar: ^3
Requires (Dev)
- dbrekelmans/bdi: ^1.4
- phpunit/phpunit: ^10
- symfony/browser-kit: ^6|^7
- symfony/dom-crawler: ^6|^7
- symfony/panther: ^1|^2.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 0bb45aa7998e93725a5cc56e1d5e197798b67a78
- Maxime Bouroumeau-Fuseau <maxime.bouroumeau.woop@gmail.com>
- Barry vd. Heuvel <barryvdh.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-09 19:15:00 UTC
README
Install
This requires https://github.com/php-debugbar/php-debugbar/ to be installed first.
composer require php-debugbar/monolog-bridge
Demo
To run the demo, clone this repository and install the dependencies.
composer install
Then start the Built-In PHP webserver from the root:
composer run demo
Then visit http://localhost:8000/demo/
Testing
To test, run php vendor/bin/phpunit.
To debug Browser tests, you can run PANTHER_NO_HEADLESS=1 vendor/bin/phpunit --debug. Run vendor/bin/bdi detect drivers to download the latest drivers.
