phalcon / debugbar
Web Debug bar and debugger for the Phalcon Framework
Requires
- php: >=8.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3
- pds/composer-script-names: ^1
- pds/skeleton: ^1
- phalcon/phalcon: 6.0.x-dev
- phalcon/talon: ^0.6
- phalcon/traits: ^4.0
- phpstan/phpstan: ^2
- phpunit/phpunit: ^10.5
- squizlabs/php_codesniffer: ^4.0
Suggests
- ext-phalcon: Phalcon C extension (^5) - run the debug bar on Phalcon v5
- phalcon/phalcon: Phalcon PHP implementation (^6) - run the debug bar on Phalcon v6
This package is auto-updated.
Last update: 2026-07-12 03:24:07 UTC
README
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.
Requirements
- PHP >= 8.1
- Phalcon 5 (the
ext-phalconC extension) or Phalcon 6 (thephalcon/phalconpackage)
Installation
composer require phalcon/debugbar
Development
This 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 test
Useful scripts: composer test, composer analyze, composer cs,
composer cs-fixer. Switch the Phalcon major with the PHALCON_VARIANT
build arg (v5 default, or v6).
License
Phalcon DebugBar is open-sourced software licensed under the BSD 3-Clause license.