PHPackages                             flightphp/tracy-extensions - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. flightphp/tracy-extensions

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

flightphp/tracy-extensions
==========================

A few Flight specific extensions for Tracy Debugger to help debug your code quickly.

v0.2.7(8mo ago)27.6k↓36%13MITPHPPHP &gt;=8.0

Since Jan 21Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/flightphp/tracy-extensions)[ Packagist](https://packagist.org/packages/flightphp/tracy-extensions)[ RSS](/packages/flightphp-tracy-extensions/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (16)Used By (3)

Tracy Flight Panel 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

[![Flight Bar](flight-tracy-bar.png)](flight-tracy-bar.png)

And each panel displays very helpful information about your application!

[![Flight Data](flight-var-data.png)](flight-var-data.png)[![Flight Database](flight-db.png)](flight-db.png)[![Flight Request](flight-request.png)](flight-request.png)

Installation
------------

[](#installation)

Run `composer require flightphp/tracy-extensions --dev` and you're on your way!

Configuration
-------------

[](#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 :

```
