Skip to content

Phalcon Debugbar for PHP Phalcon 3.x.x is development tool for PhalconPHP applications. You can view 4 standard panels right now - execution timer, view renderering status, database profiler and router result. You can optionally enable specific remote addresses for Debug Mode.

License

Notifications You must be signed in to change notification settings

milankyncl/phalcon-debugbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phalcon Debugbar

Build Status Total Downloads Latest Stable Version License

Phalcon Debugbar for PHP Phalcon 3.x.x. You can view 4 standard panels right now - execution timer, view renderering status, database profiler and router result. You can optionally enable specific remote addresses, so you can view debugbar even in production mode.

Installation

  1. Include packagist repository into your project.
composer require milankyncl/phalcon-debugbar
  1. Include this snippet into your bootstrap file, just before creating Application instance. Enable specific remote addresses.
$phalconDebugbar = new \MilanKyncl\Debugbar\PhalconDebugbar();

// Your remote addresses or just bool (true|false)
$phalconDebugbar->setDebugMode([
	'127.0.0.1', '::1'
]);

// listen to services
$phalconDebugbar->listen();
  1. That's the magic!

Enjoy.

About

Phalcon Debugbar for PHP Phalcon 3.x.x is development tool for PhalconPHP applications. You can view 4 standard panels right now - execution timer, view renderering status, database profiler and router result. You can optionally enable specific remote addresses for Debug Mode.

Topics

Resources

License

Stars

Watchers

Forks

Packages