maximecolin/guzzle-bundle

Log guzzle request in Symfony profiler

dev-master / 1.0.x-dev 2016-07-07 13:15 UTC

This package is auto-updated.

Last update: 2024-04-29 03:26:56 UTC


README

Log Guzzle in Symfony profiler

Installation

composer require maximecolin/guzzle-bundle

Compatibility

Works only with Guzzle 6 for now

Usage

services:
    your_guzzle_services_id:
        class: GuzzleHttp\Client
        tags:
            - { name: guzzle.client }