juliendidier/buzz-profiler-bundle

A Symfony2 Profiler for Buzz integration

Installs: 18 472

Dependents: 1

Suggesters: 0

Security: 0

Stars: 15

Watchers: 4

Forks: 4

Open Issues: 0

Type:symfony-bundle

dev-master 2014-08-25 12:15 UTC

This package is not auto-updated.

Last update: 2024-04-13 10:03:56 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>

More resources