PHPackages                             csa/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. csa/guzzle-bundle

Abandoned → [symfony/http-client](/?search=symfony%2Fhttp-client)ArchivedSymfony-bundle[HTTP &amp; Networking](/categories/http)

csa/guzzle-bundle
=================

A bundle integrating GuzzleHttp &gt;= 4.0

v3.2.0(6y ago)2506.7M↓10.9%73[16 issues](https://github.com/csarrazi/CsaGuzzleBundle/issues)[1 PRs](https://github.com/csarrazi/CsaGuzzleBundle/pulls)9Apache-2.0PHPPHP ^7.1

Since Apr 20Pushed 4y ago10 watchersCompare

[ Source](https://github.com/csarrazi/CsaGuzzleBundle)[ Packagist](https://packagist.org/packages/csa/guzzle-bundle)[ RSS](/packages/csa-guzzle-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (13)Versions (61)Used By (9)

CsaGuzzleBundle
===============

[](#csaguzzlebundle)

[![Gitter](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/csarrazi/CsaGuzzleBundle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![Latest Stable Version](https://camo.githubusercontent.com/788bcbbab93bea0df1ab3e1a799e1fce56c2ff5d1738301561fc609ded8ab0e1/68747470733a2f2f706f7365722e707567782e6f72672f6373612f67757a7a6c652d62756e646c652f762f737461626c65)](https://packagist.org/packages/csa/guzzle-bundle "Latest Stable Version")[![Latest Unstable Version](https://camo.githubusercontent.com/63d33dc3a0f04be9b30dedd5a60ef9488b3dc0e3144001b50ea0e13e5589a958/68747470733a2f2f706f7365722e707567782e6f72672f6373612f67757a7a6c652d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/csa/guzzle-bundle "Latest Unstable Version")[![Total Downloads](https://camo.githubusercontent.com/da9a4dc17eab6f18d00a1c114e3ab989557fec326f46d45e736d46699946dd36/68747470733a2f2f706f7365722e707567782e6f72672f6373612f67757a7a6c652d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/csa/guzzle-bundle "Total Downloads")[![License](https://camo.githubusercontent.com/bfff36b8bf4fcea5777c50332be813ce4426cf6f2e148255bd5ea97117262991/68747470733a2f2f706f7365722e707567782e6f72672f6373612f67757a7a6c652d62756e646c652f6c6963656e7365)](https://packagist.org/packages/csa/guzzle-bundle)[![Travis Build Status](https://camo.githubusercontent.com/138a1bc144a962092b8cb32d412f30d05879e4b7ce18fcd19d92f8e56e53a604/68747470733a2f2f7472617669732d63692e6f72672f6373617272617a692f43736147757a7a6c6542756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/csarrazi/CsaGuzzleBundle "Build status")[![SymfonyInsight](https://camo.githubusercontent.com/8121f2e07a8438a67cb5634d02bd5f33e3af08fd5da199913c2badfc63dafdf3/68747470733a2f2f696e73696768742e73796d666f6e792e636f6d2f70726f6a656374732f65636561646436302d636336632d343733632d396432302d6538323037363534643730622f6d696e692e737667)](https://insight.symfony.com/projects/eceadd60-cc6c-473c-9d20-e8207654d70b "SensioLabs Insight")[![Appveyor Build Status](https://camo.githubusercontent.com/432fcb485f1e2ba4ff0a5e6b733113133a50a3e27651518d7921c4d6aeb941a4/68747470733a2f2f63692e6170707665796f722e636f6d2f6170692f70726f6a656374732f7374617475732f6535736576376b6d76386c34713133712f6272616e63682f6d61737465723f7376673d74727565)](https://ci.appveyor.com/project/csarrazi/csaguzzlebundle/branch/master "Appveyor")

Description
-----------

[](#description)

This bundle integrates Guzzle &gt;=4.0 in Symfony. Versions `2.x` and `3.x` support Guzzle 6 and versions `1.x` support Guzzle 4 and 5.

Currently, the bundle supports the following features:

- Integration with Symfony's debug tools (web debug toolbar, profiler, logger, timeline, ...)
- Configuring a Guzzle client simply using configuration
- Multiple middleware / subscribers (logger, profiler, timeline, cache, mock, and more to come)
- Service descriptions to describe your services in json format (only in the 1.3 branch, though)

[![Web debug Toolbar](https://cloud.githubusercontent.com/assets/4208880/12815019/c49faeec-cb43-11e5-9de9-dc3423ea6c35.jpg)](https://cloud.githubusercontent.com/assets/4208880/12815019/c49faeec-cb43-11e5-9de9-dc3423ea6c35.jpg)[![Profiler panel integration](https://cloud.githubusercontent.com/assets/4208880/12815021/c4a16746-cb43-11e5-9061-f1ea15b04e62.jpg)](https://cloud.githubusercontent.com/assets/4208880/12815021/c4a16746-cb43-11e5-9061-f1ea15b04e62.jpg)[![Profiler timeline integration](https://cloud.githubusercontent.com/assets/4208880/12815020/c49fc7ec-cb43-11e5-89c3-93ee82711dc2.jpg)](https://cloud.githubusercontent.com/assets/4208880/12815020/c49fc7ec-cb43-11e5-89c3-93ee82711dc2.jpg)

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

[](#installation)

All the installation instructions are located in the documentation

Upgrade
-------

[](#upgrade)

Although I try to guarantee forward-compatibility of the bundle with previous versions. Here are the upgrade notes between each version.

See [Upgrade.md](UPGRADE.md).

Support
-------

[](#support)

As Guzzle 4 and Guzzle 5 are no longer supported by its creator, you should aim to migrate to Guzzle 6.x as soon as possible. Versions `1.x` of this bundle are no longer supported, and version `2.x` of will be supported until Symfony 2.8 EOL (November 2018).

Documentation
-------------

[](#documentation)

### Documentation for stable (3.x)

[](#documentation-for-stable-3x)

- [Installation](../master/src/Resources/doc/install.md)
- [Creating clients](../master/src/Resources/doc/clients.md)
- [Registering new middleware](../master/src/Resources/doc/middleware.md)
- [Available middleware](../master/src/Resources/doc/available_middleware.md)
- [Streaming a guzzle response](../master/src/Resources/doc/response_streaming.md)
- [Configuration reference](../master/src/Resources/doc/configuration_reference.md)

### Documentation for legacy (2.x)

[](#documentation-for-legacy-2x)

- [Installation](../2.x/src/Resources/doc/install.md)
- [Creating clients](../2.x/src/Resources/doc/clients.md)
- [Registering new middleware](../2.x/src/Resources/doc/middleware.md)
- [Available middleware](../2.x/src/Resources/doc/available_middleware.md)
- [Streaming a guzzle response](../2.x/src/Resources/doc/response_streaming.md)
- [Configuration reference](../2.x/src/Resources/doc/configuration_reference.md)

Contributing
------------

[](#contributing)

CsaGuzzleBundle is an open source project. If you'd like to contribute, please read the [Contributing Guidelines](CONTRIBUTING.md).

License
-------

[](#license)

This library is under Apache License 2.0. For the full copyright and license information, please view the [LICENSE](src/Resources/meta/LICENSE) file that was distributed with this source code.

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity63

Solid adoption and visibility

Community38

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 78.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 ~36 days

Recently: every ~133 days

Total

57

Last Release

2366d ago

Major Versions

v2.2.1 → v3.0.02017-12-01

v2.2.2 → v3.0.12017-12-13

v1.3.12 → v3.1.12019-01-25

1.3.x-dev → 2.x-dev2019-06-15

2.x-dev → v3.2.02019-11-26

PHP version history (5 changes)v1.0.0PHP &gt;=5.4.0

v2.0.0-beta1PHP &gt;=5.5.0

v3.0.0PHP ^7.1

v2.2.2PHP &gt;=5.6.0,&lt;7.2

v1.3.12PHP &gt;=5.4.0|&lt;7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f6f82ae8353bc30ad365dd55e4db28ffc1dedacfa791def001e1090a4563831?d=identicon)[csarrazi](/maintainers/csarrazi)

---

Top Contributors

[![csarrazi](https://avatars.githubusercontent.com/u/465798?v=4)](https://github.com/csarrazi "csarrazi (284 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (20 commits)")[![kgilden](https://avatars.githubusercontent.com/u/918599?v=4)](https://github.com/kgilden "kgilden (7 commits)")[![Tobion](https://avatars.githubusercontent.com/u/610090?v=4)](https://github.com/Tobion "Tobion (7 commits)")[![iamluc](https://avatars.githubusercontent.com/u/1539731?v=4)](https://github.com/iamluc "iamluc (5 commits)")[![SofHad](https://avatars.githubusercontent.com/u/1835430?v=4)](https://github.com/SofHad "SofHad (4 commits)")[![salahm](https://avatars.githubusercontent.com/u/1071005?v=4)](https://github.com/salahm "salahm (3 commits)")[![Avariya](https://avatars.githubusercontent.com/u/13464158?v=4)](https://github.com/Avariya "Avariya (2 commits)")[![dunglas](https://avatars.githubusercontent.com/u/57224?v=4)](https://github.com/dunglas "dunglas (2 commits)")[![jderusse](https://avatars.githubusercontent.com/u/578547?v=4)](https://github.com/jderusse "jderusse (2 commits)")[![rvanlaak](https://avatars.githubusercontent.com/u/2707563?v=4)](https://github.com/rvanlaak "rvanlaak (2 commits)")[![e-moe](https://avatars.githubusercontent.com/u/963424?v=4)](https://github.com/e-moe "e-moe (2 commits)")[![cordoval](https://avatars.githubusercontent.com/u/328359?v=4)](https://github.com/cordoval "cordoval (2 commits)")[![nud](https://avatars.githubusercontent.com/u/10519?v=4)](https://github.com/nud "nud (2 commits)")[![sroze](https://avatars.githubusercontent.com/u/804625?v=4)](https://github.com/sroze "sroze (1 commits)")[![tonydub](https://avatars.githubusercontent.com/u/722056?v=4)](https://github.com/tonydub "tonydub (1 commits)")[![xkobal](https://avatars.githubusercontent.com/u/1136820?v=4)](https://github.com/xkobal "xkobal (1 commits)")[![COil](https://avatars.githubusercontent.com/u/177844?v=4)](https://github.com/COil "COil (1 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")[![hervems](https://avatars.githubusercontent.com/u/13432575?v=4)](https://github.com/hervems "hervems (1 commits)")

---

Tags

appveyorguzzlehttphttp-clientmiddlewarephpprofilesensiolabsinsightsymfonysymfony-bundle

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19562.3M1.3k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)

PHPackages © 2026

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