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

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

kruczkowski/buzz-bundle
=======================

Bundle around the Buzz HTTP client

v1.2.0(6y ago)025MITPHPPHP &gt;=5.3.2

Since Feb 7Pushed 6y agoCompare

[ Source](https://github.com/Kruczkowski/BuzzBundle)[ Packagist](https://packagist.org/packages/kruczkowski/buzz-bundle)[ Docs](https://github.com/Kruczkowski/BuzzBundle)[ RSS](/packages/kruczkowski-buzz-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (6)Used By (0)

BuzzBundle
==========

[](#buzzbundle)

This bundle provides a simple integration of the "[Buzz library](https://github.com/kriswallsmith/Buzz)" from Kris Wallsmith into Symfony 5. Buzz is a lightweight PHP 5.3 library for issuing HTTP requests. You can find more information about Buzz on its dedicated page at .

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

[](#installation)

Installing the bundle via packagist is the quickest and simplest method of installing the bundle. Here are the steps:

### Step 1: Composer require

[](#step-1-composer-require)

```
$ php composer.phar require "kruczkowski/buzz-bundle":"dev-master"

```

### Step 2: Enable the bundle in the kernel

[](#step-2-enable-the-bundle-in-the-kernel)

```
