A web debug bar and debugger for the Phalcon Framework - a status bar injected into your application's HTML that surfaces per-request diagnostics (messages, timing, database queries, request, route, and more), plus the migrated Phalcon debug/exception page.
Status: under active development. Fork of snowair's Phalcon Debugbar, rebuilt for Phalcon 5 & 6.
- PHP >= 8.1
- Phalcon 5 (the
ext-phalconC extension) or Phalcon 6 (thephalcon/phalconpackage)
composer require phalcon/debugbarThis repository mirrors the Phalcon library conventions and ships a Docker dev environment.
cp resources/.env.example .env
docker compose up -d --build
docker compose exec app composer install
docker compose exec app composer testUseful scripts: composer test, composer analyze, composer cs,
composer cs-fixer. Switch the Phalcon major with the PHALCON_VARIANT
build arg (v5 default, or v6).
Phalcon DebugBar is open-sourced software licensed under the BSD 3-Clause license.