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

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

orkestra/guzzle-bundle
======================

Guzzle bundle for Symfony2

112332[7 issues](https://github.com/orkestra/OrkestraGuzzleBundle/issues)[1 PRs](https://github.com/orkestra/OrkestraGuzzleBundle/pulls)PHP

Since Jan 24Pushed 13y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

OrkestraGuzzleBundle
====================

[](#orkestraguzzlebundle)

Symfony2 bundle for Guzzle

Installation and Usage
======================

[](#installation-and-usage)

1. Using Composer

---

To install OrkestraGuzzleBundle with Composer just add the following to your `composer.json` file:

```
// composer.json
{
    // ...
    require: {
        // ...
        "orkestra/guzzle-bundle": "dev-master"
    }
}

```

Then, you can install the new dependencies by running Composer's `update`command from the directory where your `composer.json` file is located:

```
$ php composer.phar update

```

Composer will automatically download all required files, and install them for you. All that is left to do is to update your `AppKernel.php` file, and register the new bundle:

```
