PHPackages                             particletree/pqp - 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. particletree/pqp

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

particletree/pqp
================

Simple PHP profiler to track application behavior during development

1.1.0(10y ago)27.4k1MITPHPPHP &gt;=5.3.0

Since Dec 3Pushed 10y agoCompare

[ Source](https://github.com/jacobemerick/pqp)[ Packagist](https://packagist.org/packages/particletree/pqp)[ RSS](/packages/particletree-pqp/feed)WikiDiscussions develop Synced yesterday

READMEChangelog (10)Dependencies (7)Versions (26)Used By (1)

PHP Quick Profiler
==================

[](#php-quick-profiler)

[![Build Status](https://camo.githubusercontent.com/aaf984a9906900043f67a846c4c9075b0bbb3a34ab162736b174f74b5c8a7817/68747470733a2f2f7472617669732d63692e6f72672f6a61636f62656d657269636b2f7071702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jacobemerick/pqp)[![Code Climate](https://camo.githubusercontent.com/cab583eff0f94652cbf13a7acaab88ee4bdc60346182c3ec69e07de9f81d31f3/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6a61636f62656d657269636b2f7071702f6261646765732f6770612e737667)](https://codeclimate.com/github/jacobemerick/pqp)[![Test Coverage](https://camo.githubusercontent.com/88b8a2e805a8287f69a5660a80bfa0b396124dc51708a87b6a187f61efa13a27/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6a61636f62656d657269636b2f7071702f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/jacobemerick/pqp/coverage)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7edcbac622dcb57717450b767d69bc068d67335f967b4b763638145f0cde260a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a61636f62656d657269636b2f7071702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/jacobemerick/pqp/?branch=master)

PHP Quick Profiler is a simple profiler to track application behavior during development.

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

[](#installation)

It's recommended that you use [Composer](https://getcomposer.org/) to install PHP Quick Profiler.

```
$ composer require particletree/pqp "^1.0"
```

This will install PHP Quick Profiler. It requires PHP 5.3.0 or newer.

Usage
-----

[](#usage)

The basic profiler only needs a few dedicated lines of code to get up and running. If you want to add in query analysis you'll need to track queries independently and inject them before render.

For the basic profiler:

```
