Log Guzzle in Symfony profiler
"repositories": [
...
{ "type": "git", "url": "https://github.com/djgxp/DjgxpGuzzleBundle.git" },
]
composer require djgxp/guzzle-bundle dev-master@dev
// bundles.php
return [
//...
Djgxp\Bundle\GuzzleBundle\DjgxpGuzzleBundle::class => ['all' => true],
];
Works with Guzzle 6
services:
your_guzzle_services_id:
class: GuzzleHttp\Client
tags:
- { name: guzzle.client }
How can I help you explore Laravel packages today?