PHPackages                             nandanprac/buzz-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. nandanprac/buzz-bundle

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

nandanprac/buzz-bundle
======================

Symfony Bundle for using the lightweight Buzz HTTP client.

1.3(6y ago)039MITPHPPHP &gt;=5.3.2

Since Apr 5Pushed 6y agoCompare

[ Source](https://github.com/nandanprac/GremoBuzzBundle)[ Packagist](https://packagist.org/packages/nandanprac/buzz-bundle)[ RSS](/packages/nandanprac-buzz-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (5)Dependencies (4)Versions (13)Used By (0)

GremoBuzzBundle
===============

[](#gremobuzzbundle)

[![Latest stable](https://camo.githubusercontent.com/bb13bd784d67942116dbdf4bf9717cd5aed94c55a784c75596f9254a58a30c33/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6772656d6f2f62757a7a2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gremo/buzz-bundle) [![Downloads total](https://camo.githubusercontent.com/fc098990c5f3e86b7630cb4cf845905eabdc78ab31066d3c0871d4ff5ec8c4ed/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6772656d6f2f62757a7a2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gremo/buzz-bundle) [![GitHub issues](https://camo.githubusercontent.com/4f52bd95d1f83530207ce1e87e5eb3cfc8f1faf7f2f6de442c1fc611eb8a58b1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6772656d6f2f4772656d6f42757a7a42756e646c652e7376673f7374796c653d666c61742d737175617265)](https://github.com/gremo/GremoBuzzBundle/issues)

Symfony Bundle for using the lightweight Buzz HTTP client.

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

[](#installation)

Add the bundle in your `composer.json` file:

```
{
    "require": {
        "gremo/buzz-bundle": "~1.0"
    }
}
```

Then run `composer update` and register the bundle with your kernel in `app/appKernel.php`:

```
