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

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

eightpoints/guzzle-bundle
=========================

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

v8.6.0(5mo ago)45912.1M—9.7%70[13 issues](https://github.com/8p/EightPointsGuzzleBundle/issues)[1 PRs](https://github.com/8p/EightPointsGuzzleBundle/pulls)20MITPHPPHP &gt;=7.2CI passing

Since Dec 12Pushed 5mo ago6 watchersCompare

[ Source](https://github.com/8p/EightPointsGuzzleBundle)[ Packagist](https://packagist.org/packages/eightpoints/guzzle-bundle)[ Docs](https://github.com/8p/GuzzleBundle)[ RSS](/packages/eightpoints-guzzle-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (11)Versions (64)Used By (20)

**[Prerequisites](#prerequisites)** | **[Installation](#installation)** | **[Configuration](#configuration)** | **[Usage](#usage)** | **[Plugins](#plugins)** | **[Events](#events)** | **[Features](#features)** | **[Suggestions](#suggestions)** | **[Contributing](#contributing)** | **[Learn more](#learn-more)** | **[License](#license)**

EightPoints GuzzleBundle for Symfony
====================================

[](#eightpoints-guzzlebundle-for-symfony)

[![Total Downloads](https://camo.githubusercontent.com/f4416af448ed5f049387897f7d2caea765a2e4f4f31da1ddd0ffb07c3893279d/68747470733a2f2f706f7365722e707567782e6f72672f6569676874706f696e74732f67757a7a6c652d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/eightpoints/guzzle-bundle)[![Monthly Downloads](https://camo.githubusercontent.com/a92b0f30597f2cd410a347fa03e3ad83b658d14697e264233b329c9ce94777ac/68747470733a2f2f706f7365722e707567782e6f72672f6569676874706f696e74732f67757a7a6c652d62756e646c652f642f6d6f6e74686c792e706e67)](https://packagist.org/packages/eightpoints/guzzle-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/2cb929a66e88b0cdfb376740fd783269363cd63631f650ead8937bf33caf7332/68747470733a2f2f706f7365722e707567782e6f72672f6569676874706f696e74732f67757a7a6c652d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/eightpoints/guzzle-bundle)[![Build Status](https://github.com/8p/EightPointsGuzzleBundle/workflows/PHPUnit/badge.svg)](https://github.com/8p/EightPointsGuzzleBundle/actions?query=branch%3Amaster+workflow%3APHPUnit)[![Scrutinizer Score](https://camo.githubusercontent.com/23e82a54b9f697137bf6b6633f5d9da47ec4f718753b96abdc34fe77cf783dc4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f38702f4569676874506f696e747347757a7a6c6542756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/8p/EightPointsGuzzleBundle/)[![License](https://camo.githubusercontent.com/001d3defb7c466e181a4a6620c0fc2c57522ebb24bc5e312123c456566199789/68747470733a2f2f706f7365722e707567782e6f72672f6569676874706f696e74732f67757a7a6c652d62756e646c652f6c6963656e7365)](https://packagist.org/packages/eightpoints/guzzle-bundle)

This bundle integrates [Guzzle 6.x|7.x](http://guzzlephp.org/) into [Symfony](https://symfony.com/). Guzzle is a PHP library for building RESTful web service clients.

GuzzleBundle follows semantic versioning. Read more on [semver.org](http://semver.org/).

---

Prerequisites
-------------

[](#prerequisites)

- PHP 7.2 or higher
- Symfony 5.x or 6.x or 7.x or 8.x

---

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

[](#installation)

### Installing the bundle

[](#installing-the-bundle)

To install this bundle, run the command below on the command line and you will get the latest stable version from [Packagist](https://packagist.org/packages/eightpoints/guzzle-bundle).

```
composer require eightpoints/guzzle-bundle
```

*Note: this bundle has a [Symfony Flex Recipe](https://github.com/symfony/recipes-contrib/tree/master/eightpoints/guzzle-bundle) to automatically register and configure this bundle into your symfony application.*

If your project does *not* use Symfony Flex the following needs to be added to `config/bundles.php` manually:

```
