Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 573 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 573 Bytes

BuzzProfileBundle

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>

More resources