2017 © Pedro Peláez
 

library sensio-buzz-profiler-bundle

Bundle to connect sensio/buzz-bundle with juliendidier/buzz-profiler-bundle to support profiling default buzz client

image

olegstepura/sensio-buzz-profiler-bundle

Bundle to connect sensio/buzz-bundle with juliendidier/buzz-profiler-bundle to support profiling default buzz client

  • Saturday, March 17, 2012
  • by olegstepura
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5,517 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

OstSensioBuzzProfilerBundle

Bundle to connect sensio/buzz-bundle with [juliendidier/buzz-profiler-bundle][2] to support prifiling default buzz client, (*1)

Installation

Add to composer.json at require section:, (*2)

``` json "olegstepura/sensio-buzz-profiler-bundle": "dev-master",, (*3)


Install it with composer, and enable the bundle in the kernel after `SensioBuzzBundle` before `BuzzProfilerBundle`: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Sensio\Bundle\BuzzBundle\SensioBuzzBundle(), new Ost\SensioBuzzProfilerBundle\OstSensioBuzzProfilerBundle(), new Buzz\Bundle\ProfilerBundle\BuzzProfilerBundle(), ); }

The Versions

17/03 2012

dev-master

9999999-dev

Bundle to connect sensio/buzz-bundle with juliendidier/buzz-profiler-bundle to support profiling default buzz client

  Sources   Download

MIT

The Requires