EightPointsGuzzleBundle
EightPointsGuzzleBundle copied to clipboard
Make it easier to integrate with debug toolbar
Use case
The bundle is required as dev dependency and used only in dev mode. The only feature used is debug toolbar integration (and maybe Symfony logs).
Proposition
Make it easier to use debug toolbar integration only, without the need to configure clients using this bundle format.
One way to do it can be using custom tag for clients, bundle then collect all tagged guzzle clients and do it's magic.
Hi @umpirsky,
thanks for your proposal. You would like to use symfony debug toolbar with your "own" clients that have been created without this bundle, right? So by tagging them they should be integrated in debug toolbar? Is my understanding correct?
Cheers
Yes, that would be very useful and flexible.