Implement https://github.com/php-debugbar/php-debugbar
We should as many collectors as possible, but especially:
- Messages
- Queries (Through Database) with merged values
- Templates
- Monolog
- HTTP
- Mails
- Ajax
- Etc.
This should be installed as a DEV dependency only. composer require --dev php-debugbar/php-debugbar
It should:
Since this a lot of work to be able to fit into v1.2.0 we should prob. only start with:
- Mobolog
- Queries
The rest will be pushed to v1.3
Syntax: There should be a static method to get to the debug bar
Example to add a message as the lib describes: $debugbar["messages"]->addMessage("hello world!");
Something we should implement: DebugBar::message("hello world!"); or just use the logger
Community:
- We should open an issue at debug bar to let them add ZubZet to the README
-
(drop me a message or submit a PR to add your DebugBar related project here)
Implement https://github.com/php-debugbar/php-debugbar
We should as many collectors as possible, but especially:
This should be installed as a DEV dependency only.
composer require --dev php-debugbar/php-debugbarIt should:
Since this a lot of work to be able to fit into v1.2.0 we should prob. only start with:
The rest will be pushed to v1.3
Syntax: There should be a static method to get to the debug bar
Example to add a message as the lib describes:
$debugbar["messages"]->addMessage("hello world!");Something we should implement:
DebugBar::message("hello world!");or just use the loggerCommunity: