Skip to content

djgxp/DjgxpGuzzleBundle

 
 

Repository files navigation

DjgxpGuzzleBundle

Log Guzzle in Symfony profiler

Installation

  1. Add this repository to your composer.json:
 "repositories": [
        ...
        { "type": "git", "url": "https://github.com/djgxp/DjgxpGuzzleBundle.git" },
 ]
  1. Add the bundle to your composer.json:

composer require djgxp/guzzle-bundle dev-master@dev

  1. Enable the bundle for all Symfony environments:
// bundles.php
return [
    //...
    Djgxp\Bundle\GuzzleBundle\DjgxpGuzzleBundle::class => ['all' => true],
];

Compatibility

Works with Guzzle 6

Usage

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

About

Guzzle bundle for Symfony4

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 67.0%
  • HTML 33.0%