PHPackages                             ivoba/buzzle - 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. ivoba/buzzle

ActiveLibrary[HTTP &amp; Networking](/categories/http)

ivoba/buzzle
============

1.0.0(11y ago)130.5k↓50%PHPPHP &gt;=5.3.0

Since Dec 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/ivoba/Buzzle)[ Packagist](https://packagist.org/packages/ivoba/buzzle)[ RSS](/packages/ivoba-buzzle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Buzzle
======

[](#buzzle)

Extension for [Buzz](https://github.com/kriswallsmith/Buzz)

It currently extends the Buzz Browser and adds a caching layer with [DoctrineCache](https://github.com/doctrine/cache).

[![Build Status](https://camo.githubusercontent.com/39e7c089da0b53c9d1ddf265822cae1ee6235b83c4e664ca13916d5f5ed1ede6/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f69766f62612f42757a7a6c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/ivoba/Buzzle)[![Total Downloads](https://camo.githubusercontent.com/e7070e650fc4a94be29c6e5c46429b46dea65304bbafb602f9a43f4961f487d0/68747470733a2f2f706f7365722e707567782e6f72672f69766f62612f62757a7a6c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/ivoba/buzzle)

\###Installation add ivoba/buzzle to your composer requirements and:

```
composer update ivoba/buzzle

```

\###Usage If you want to cache your Buzz requests, replace the Buzz/Browser with the Buzzle/Browser.

```
$browser = new Buzzle/Browser();
$browser->setCacher(new Doctrine/Common/Cache/PhpFileCache($cacheDir), new Buzzle/Validators/CacheValidator());
$browser->call($url, $method, $headers, $content, $cacheLifetime);

```

\###Features

- multiple cache backends like filesystem, redis, memcached etc. thanks to DoctrineCache
- caches only GET or HEAD
- caches only valid HTTP response status code ('200', '203', '204', '205', '300', '301', '410')
- adds a `X-Buzzle-Cache: fresh` header to the response, if from cache
- takes care of CacheControl headers
- CacheControl headers can be forced to be ignored: `$Validator->setForceCache(true);`

\###Todo

- unit tests!

\###Disclaimer

- As the name suggests, you might better have a look at [guzzle](https://github.com/guzzle/guzzle) ;) since it has superpower.
- This lib is inspired by:

\###Licence MIT

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

4168d ago

Major Versions

0.1.0 → 1.0.02014-12-19

### Community

Maintainers

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

---

Top Contributors

[![ivoba](https://avatars.githubusercontent.com/u/471254?v=4)](https://github.com/ivoba "ivoba (10 commits)")

---

Tags

curlhttp clientcache

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ivoba-buzzle/health.svg)

```
[![Health](https://phpackages.com/badges/ivoba-buzzle/health.svg)](https://phpackages.com/packages/ivoba-buzzle)
```

###  Alternatives

[kriswallsmith/buzz

Lightweight HTTP client

2.0k31.3M443](/packages/kriswallsmith-buzz)[smi2/phpclickhouse

PHP ClickHouse Client

84310.1M71](/packages/smi2-phpclickhouse)[eightpoints/guzzle-bundle

Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony. Comes with easy and powerful configuration options and optional plugins.

45912.1M55](/packages/eightpoints-guzzle-bundle)[aplus/http-client

Aplus Framework HTTP Client Library

2161.6M1](/packages/aplus-http-client)[ismaeltoe/osms

PHP library wrapper of the Orange SMS API.

4540.0k](/packages/ismaeltoe-osms)[zoonman/pixabay-php-api

PixabayClient is a PHP HTTP client library to access Pixabay's API

3354.7k](/packages/zoonman-pixabay-php-api)

PHPackages © 2026

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