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

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

socloz/guzzle-bundle
====================

This Bundle provide integration for guzzle http client to access RESTful API's with Symfony2

v1.0.0(13y ago)022.7k1MITPHPPHP &gt;=5.3.2

Since Oct 25Pushed 11y ago11 watchersCompare

[ Source](https://github.com/SoCloz/GuzzleBundle)[ Packagist](https://packagist.org/packages/socloz/guzzle-bundle)[ Docs](https://github.com/ddeboer/GuzzleBundle)[ RSS](/packages/socloz-guzzle-bundle/feed)WikiDiscussions socloz Synced 2d ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

DdeboerGuzzleBundle
===================

[](#ddeboerguzzlebundle)

DdeboerGuzzleBundle is a Symfony2 bundle for integrating the [Guzzle PHP library](http://github.com/guzzle/guzzle) in your project.

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

[](#installation)

Using composer :

1. Add `socloz/guzzle-bundle` as a dependency in your project's `composer.json` file:

    ```
     {
         "require": {
             "socloz/guzzle-bundle": "dev-socloz-master",
         }
     }

    ```
2. Install your dependencies:

    ```
     php composer.phar update

    ```

### Enable the bundle

[](#enable-the-bundle)

Enable the bundle in the kernel

```
