PHPackages                             link0/profiler-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. link0/profiler-bundle

ActiveSymfony-bundle

link0/profiler-bundle
=====================

Profiler bundle for Symfony2 to profile automatically using the event listener

v1.0.0(11y ago)1241[1 PRs](https://github.com/link0/ProfilerBundle/pulls)MITPHP

Since Mar 8Pushed 11y ago1 watchersCompare

[ Source](https://github.com/link0/ProfilerBundle)[ Packagist](https://packagist.org/packages/link0/profiler-bundle)[ Docs](http://github.com/link0/ProfilerBundle)[ RSS](/packages/link0-profiler-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Link0\\ProfilerBundle
=====================

[](#link0profilerbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/81ec22b5eb43f6d364a9f110fd4ff953eadf4d8641ac2a93ad1178f7fb68b928/68747470733a2f2f706f7365722e707567782e6f72672f6c696e6b302f70726f66696c65722d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/link0/profiler-bundle)[![Total Downloads](https://camo.githubusercontent.com/e02dd3fa01aec26cfeb4e44fc5fd1582e712e0b3cfcafaee951659182356a68e/68747470733a2f2f706f7365722e707567782e6f72672f6c696e6b302f70726f66696c65722d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/link0/profiler-bundle)[![License](https://camo.githubusercontent.com/e5b60a9caca6ee1b0e38d2142c2e5640aed8a57cd1bd5f8f31e897c41430633b/68747470733a2f2f706f7365722e707567782e6f72672f6c696e6b302f70726f66696c65722d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/link0/profiler-bundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/3d1564e9a3971d009ff82d8f2b8aa7908acc8535438a66650218fa6c00d89285/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c696e6b302f50726f66696c657242756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/link0/ProfilerBundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/059598dd05ee42ba4b780a34b42b7c743aff87e7d1ed30600731d0dc89f8a30c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c696e6b302f50726f66696c657242756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/link0/ProfilerBundle/?branch=master)[![Build Status](https://camo.githubusercontent.com/bdf5c1b8fcf1f43ce8d1b551fd7b6f7a28461696575e07cfa3a46dfd28d4c175/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c696e6b302f50726f66696c657242756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/link0/ProfilerBundle/build-status/master)

This repository wraps the [Link0/Profiler](https://github.com/link0/profiler) package in a nice Symfony2 bundle, hooked to events for starting and stopping the profiler

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require link0/profiler-bundle "~0.1"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding the following line in the `app/AppKernel.php`file of your project:

```
