PHPackages                             elao/profiler-dashboard-bundle - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. elao/profiler-dashboard-bundle

AbandonedArchivedSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

elao/profiler-dashboard-bundle
==============================

This bundle compile metrics of last requests into one view.

1.0.0(9y ago)02871MITHTML

Since Sep 2Pushed 9y ago3 watchersCompare

[ Source](https://github.com/Elao/elao-profiler-dashboard-bundle)[ Packagist](https://packagist.org/packages/elao/profiler-dashboard-bundle)[ Docs](https://github.com/Elao/elao-profiler-dashboard-bundle)[ RSS](/packages/elao-profiler-dashboard-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Elao Profiler Dashboard Bundle
==============================

[](#elao-profiler-dashboard-bundle)

What is it?
-----------

[](#what-is-it)

This bundle compile metrics (request info, performance metrics, db queries, etc.) of last requests (from the Symfony Profiler) into one view.

[![example](doc/metrics.png)](doc/metrics.png)

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

[](#installation)

### Symfony &gt;= 2.7

[](#symfony--27)

Add repository to composer

```
"repositories": [
    {
        "url": "https://github.com/Elao/elao-profiler-dashboard-bundle.git",
        "type": "git"
    }
],
```

Require the bundle in *Composer*:

```
$ composer require elao/profiler-dashboard-bundle dev-master@dev
```

Install the bundle in your *AppKernel*:

```
