PHPackages                             n0nag0n/fatfree-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. n0nag0n/fatfree-tracy-extensions

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

n0nag0n/fatfree-tracy-extensions
================================

A few Fat-Free specific extensions for Tracy Debugger to help debug your code quickly.

v0.3.0(2y ago)82282MITPHP

Since Jul 15Pushed 7mo ago2 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (12)Used By (0)

Fat-Free Tracy Extensions
-------------------------

[](#fat-free-tracy-extensions)

This is a set of extensions to make working with Fat-Free a little richer.

- F3 - Analyze all hive variables.
- Database - Analyze all queries that have run on the page
- Request - Analyze all `$_SERVER` variables and examine all global payloads (`$_GET`, `$_POST`, `$_FILES`)
- Session - Analyze all `$_SESSION` variables

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

[](#installation)

Run `composer require n0nag0n/fatfree-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 :

```
