juliendidier / BuzzProfilerBundle

A Symfony2 Profiler for Buzz integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Symfony2 Profiler for Buzz integration

License:MIT License


Languages

Language:PHP 100.0%