PHPackages                             djgxp/guzzle-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. djgxp/guzzle-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

djgxp/guzzle-bundle
===================

Log guzzle request in Symfony profiler

1.0.1(6y ago)01.0kMITPHPPHP &gt;=5.5.9

Since Sep 2Pushed 6y agoCompare

[ Source](https://github.com/djgxp/DjgxpGuzzleBundle)[ Packagist](https://packagist.org/packages/djgxp/guzzle-bundle)[ Docs](https://github.com/djgxp/DjgxpGuzzleBundle)[ RSS](/packages/djgxp-guzzle-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

DjgxpGuzzleBundle
=================

[](#djgxpguzzlebundle)

Log Guzzle in Symfony profiler

Installation
------------

[](#installation)

1. Add this repository to your composer.json:

```
 "repositories": [
        ...
        { "type": "git", "url": "https://github.com/djgxp/DjgxpGuzzleBundle.git" },
 ]

```

2. Add the bundle to your composer.json:

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

2. Enable the bundle for all Symfony environments:

```
// bundles.php
return [
    //...
    Djgxp\Bundle\GuzzleBundle\DjgxpGuzzleBundle::class => ['all' => true],
];

```

Compatibility
-------------

[](#compatibility)

Works with [Guzzle 6](https://github.com/guzzle/guzzle)

Usage
-----

[](#usage)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2444d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3257225160819d5857c65a54fae5737c867fed579c22a8ebef36b11eb6adb404?d=identicon)[djgxp](/maintainers/djgxp)

---

Top Contributors

[![maximecolin](https://avatars.githubusercontent.com/u/606766?v=4)](https://github.com/maximecolin "maximecolin (11 commits)")[![djgxp](https://avatars.githubusercontent.com/u/15523229?v=4)](https://github.com/djgxp "djgxp (8 commits)")

---

Tags

httpclientsymfonybundleGuzzleguzzle6

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/djgxp-guzzle-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/djgxp-guzzle-bundle/health.svg)](https://phpackages.com/packages/djgxp-guzzle-bundle)
```

###  Alternatives

[eightpoints/guzzle-bundle

Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony. Comes with easy and powerful configuration options and optional plugins.

45912.1M55](/packages/eightpoints-guzzle-bundle)[e-moe/guzzle6-bundle

Integrates Guzzle 6 into your Symfony application

11259.2k](/packages/e-moe-guzzle6-bundle)[eljam/guzzle-jwt-middleware

A jwt authentication middleware for guzzle 6

28722.5k3](/packages/eljam-guzzle-jwt-middleware)[m6web/guzzle-http-bundle

Symfony bundle on top of Guzzle

17511.5k2](/packages/m6web-guzzle-http-bundle)[facile-it/crossbar-http-publisher-bundle

This bundle allows to submit PubSub events via HTTP/POST requests to a Crossbar HTTP Publisher.

1114.4k](/packages/facile-it-crossbar-http-publisher-bundle)[amphp/http-client-guzzle-adapter

Guzzle adapter for Amp's HTTP client.

1523.6k1](/packages/amphp-http-client-guzzle-adapter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
