juliendidier / buzz-profiler-bundle
A Symfony2 Profiler for Buzz integration
Package info
github.com/juliendidier/BuzzProfilerBundle
Type:symfony-bundle
pkg:composer/juliendidier/buzz-profiler-bundle
dev-master
2014-08-25 12:15 UTC
Requires
- php: >=5.3.2
- kriswallsmith/buzz: >=0.7
- symfony/symfony: >=2.0
Requires (Dev)
- mockery/mockery: 0.8.*
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2026-02-28 18:37:29 UTC
README
BuzzProfilerBundle is a Symfony2 bundle which logs Buzz clients, in Profiler.
How to use
To log your Buzz clients in the DataCollector, you have to instanciate Buzz client services like that:
<service id="acme.buzz.client" class="Acme\AcmeBundle\Buzz\Client\Client">
<tag name="buzz.client" />
</service>