Download the PHP package flightphp/tracy-extensions without Composer
On this page you can find all versions of the php package flightphp/tracy-extensions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download flightphp/tracy-extensions
More information about flightphp/tracy-extensions
Files in flightphp/tracy-extensions
Download flightphp/tracy-extensions
More information about flightphp/tracy-extensions
Files in flightphp/tracy-extensions
Vendor flightphp
Package tracy-extensions
Short Description A few Flight specific extensions for Tracy Debugger to help debug your code quickly.
License MIT
Package tracy-extensions
Short Description A few Flight specific extensions for Tracy Debugger to help debug your code quickly.
License MIT
Please rate this library. Is it a good library?
Informations about the package tracy-extensions
Tracy Flight Panel Extensions
This is a set of extensions to make working with Flight a little richer.
- Flight - Analyze all Flight variables.
- Database - Analyze all queries that have run on the page (if you correctly initiate the database connection)
- Request - Analyze all
$_SERVER
variables and examine all global payloads ($_GET
,$_POST
,$_FILES
) - Session - Analyze all
$_SESSION
variables if sessions are active.
This is the Panel
And each panel displays very helpful information about your application!
Installation
Run composer require flightphp/tracy-extensions --dev
and you're on your way!
Configuration
There is very little configuration you need to do to get this started. You will need to initiate the Tracy debugger prior to using this https://tracy.nette.org/en/guide:
All versions of tracy-extensions with dependencies
PHP Build Version
Package Version
The package flightphp/tracy-extensions contains the following files
Loading the files please wait ....