juliendidier / buzz-profiler-bundle
A Symfony2 Profiler for Buzz integration
Installs: 18 475
Dependents: 1
Suggesters: 0
Security: 0
Stars: 15
Watchers: 4
Forks: 4
Open Issues: 0
Type:symfony-bundle
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: 2024-10-26 12:29:19 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>