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

Abandoned → [symfony/http-client](/?search=symfony%2Fhttp-client)Symfony-bundle[HTTP &amp; Networking](/categories/http)

pbweb/buzz-bundle
=================

PB Web Media Buzz bundle for Symfony

1.2.6(6y ago)15.0kMITPHPPHP ^7.1

Since Feb 17Pushed 5y ago2 watchersCompare

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

READMEChangelogDependencies (9)Versions (13)Used By (0)

PB Web Media Buzz bundle
========================

[](#pb-web-media-buzz-bundle)

**This bundle has been abandoned!**

Please use the excellent [symfony/http-client](https://github.com/symfony/http-client) instead

---

Provides a Symfony bundle for the [Buzz HTTP client library](https://github.com/kriswallsmith/Buzz) created by [Kris Wallsmith](http://kriswallsmith.net/).

This bundle also adds an entry to the Symfony debug toolbar which shows the number of requests and the total request time. In the profile you can see more details about these requests like headers and response data.

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

[](#installation)

### Install with composer

[](#install-with-composer)

Install the buzz-bundle using composer:

```
composer require pbweb/buzz-bundle

```

then, add the bundle to your `AppKernel`:

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Pbweb\BuzzBundle\PbwebBuzzBundle(),

```

Usage
-----

[](#usage)

```
$browser = $this->container->get('buzz');
$response = $browser->get('http://pbwebmedia.nl');
```

Configuration
-------------

[](#configuration)

You can optionally configure buzz in your `app/config.yml` file

```
pbweb_buzz:
    client_timeout: 60    # Defaults to 5
    debug: %kernel.debug% # Enables the data collector in the dev environment
```

Copyright
---------

[](#copyright)

### Buzz

[](#buzz)

Copyright ©2010-2011 Kris Wallsmith

### Buzz bundle

[](#buzz-bundle)

Copyright ©2014-2016 PB Web Media

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~146 days

Recently: every ~110 days

Total

12

Last Release

2493d ago

PHP version history (3 changes)1.0PHP &gt;=5.5

1.1PHP ^5.5|^7.0

1.2PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/c0df11fc03f908635c3a99109be3d1110741e59c1ee71bb4723c006ae4b751a1?d=identicon)[DemonTPx](/maintainers/DemonTPx)

---

Top Contributors

[![DemonTPx](https://avatars.githubusercontent.com/u/2570835?v=4)](https://github.com/DemonTPx "DemonTPx (42 commits)")

---

Tags

httpsymfonybundlehttp clientbuzz

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pbweb-buzz-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/pbweb-buzz-bundle/health.svg)](https://phpackages.com/packages/pbweb-buzz-bundle)
```

###  Alternatives

[m6web/guzzle-http-bundle

Symfony bundle on top of Guzzle

17511.5k2](/packages/m6web-guzzle-http-bundle)[sineflow/clamav

ClamAV PHP Client for Symfony

10168.5k](/packages/sineflow-clamav)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
