Download the PHP package yusukezzz/slim-debugbar without Composer
On this page you can find all versions of the php package yusukezzz/slim-debugbar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package slim-debugbar
Slim DebugBar
This middleware append PHP Debug Bar to Slim response.
Inspired by Laravel 4 DebugBar
Custom Collectors
- SlimEnvCollector (collect slim mode and version)
- SlimViewCollector (collect view variables)
- SlimRouteCollector (collect matched route information)
- SlimResponseCollector (collect response headers and cookies)
DebugBar Default Collectors
- SlimCollector
- PhpInfoCollector
- ConfigCollector
- RequestDataCollector
- TimeDataCollector
- MemoryCollector
Install
Require this package in your composer.json
"yusukezzz/slim-debugbar": "1.*"
example
Notice
- Please use real httpd (apache, nginx etc...)
- PHP builtin server does not supported.
- Available storage for ajax capturing
- Filesystem, PDO and Redis
- for more information, please refer to the official document.
- Redirection data stack
- support PHP native session only (session_start() required)
- if you want to use your own session manager, you should implement DebugBar\HttpDriverInterface.
- Reserved route for DebugBar
- /_debugbar/fonts/:file
- for fontawesome files
- /_debugbar/resources/:file
- for css, javascript
- /_debugbar/openhandler
- for previous sets of collected data
- /_debugbar/fonts/:file
Custom Session Manager example
Q&A
- Q. Errors in the browser's console:
Resource interpreted as Font but transferred with MIME type text/html
- A. Please read this solution
License
MIT
All versions of slim-debugbar with dependencies
PHP Build Version
Package Version
The package yusukezzz/slim-debugbar contains the following files
Loading the files please wait ....