Skip to content

PHP Debug Bar

Latest Stable Version Total Downloads License Tests

Displays a debug bar in the browser with information from php. No more var_dump() in your code!

Note: Debug Bar is for development use only. Never install this on websites that are publicly accessible.

V3 Beta

Currently v3 is in beta. You can install it with composer require php-debugbar/php-debugbar:^3.0@beta. See the Release Notes for more information and breaking changes.

Screenshot

Features:

  • Generic Debug Bar for PHP projects
  • Easy to integrate with any project
  • Clean, fast and easy to use interface
  • Handles AJAX request
  • Includes generic data collectors and collectors for well known libraries
  • The client side bar is 100% coded in plain javascript
  • Easily create your own collectors and their associated view in the bar
  • Save and re-open previous requests
  • Very well documented

Includes collectors for:

Checkout the demo for examples and php-debugbar.com for a live example.

Additional collectors are available here: - Twig - Doctrine - Monolog - Symfony

Integrations with other frameworks:

(drop me a message or submit a PR to add your DebugBar related project here)