Log Guzzle in Symfony profiler
composer require maximecolin/guzzle-bundle
Works only with Guzzle 6 for now
services:
your_guzzle_services_id:
class: GuzzleHttp\Client
tags:
- { name: guzzle.client }
Log Guzzle in Symfony profiler
composer require maximecolin/guzzle-bundle
Works only with Guzzle 6 for now
services:
your_guzzle_services_id:
class: GuzzleHttp\Client
tags:
- { name: guzzle.client }