Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 354 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 354 Bytes

ColinGuzzleBunlde

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 }