php-debugbar/symfony-bridge

Symfony bridge for PHP Debugbar

Maintainers

👁 barryvdh

Package info

github.com/php-debugbar/symfony-bridge

Homepage

pkg:composer/php-debugbar/symfony-bridge

Statistics

Installs: 4 054 840

Dependents: 5

Suggesters: 2

Stars: 2

Open Issues: 0

v1.1.0 2026-01-15 14:47 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT e37d2debe5d316408b00d0ab2688d9c2cf59b5ad

symfonydebugbardev

This package is auto-updated.

Last update: 2026-06-15 15:41:12 UTC


README

Install

This requires https://github.com/php-debugbar/php-debugbar/ to be installed first.

composer require php-debugbar/symfony-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.