PHPackages                             edsi-tech/redis-guzzle-cache - 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. [Caching](/categories/caching)
4. /
5. edsi-tech/redis-guzzle-cache

ActiveSymfony-bundle[Caching](/categories/caching)

edsi-tech/redis-guzzle-cache
============================

0.3(11y ago)072PHPPHP &gt;=5.3.0

Since Apr 1Pushed 11y ago2 watchersCompare

[ Source](https://github.com/EDSI-Tech/RedisGuzzleCache)[ Packagist](https://packagist.org/packages/edsi-tech/redis-guzzle-cache)[ Docs](https://github.com/EDSI-Tech/RedisGuzzleCache)[ RSS](/packages/edsi-tech-redis-guzzle-cache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

RedisGuzzleCache
================

[](#redisguzzlecache)

A simple redis cache for Guzzle.
Use with

Add the following to your composer.json:

```
{
    "require": {
        "edsi-tech/redis-guzzle-cache": "~0.2"
    }
}

```

And use like that:

```
$client = new GuzzleHttp\Client();
CacheSubscriber::attach($client, [
    'storage' => new CacheStorage(new RedisGuzzleCache($redis, 'guzzle_cache_'))
]);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

4060d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e8d37633b647e4da17d1cd0d9371e01299a329d98bc01a271579bbe0e775f31?d=identicon)[galphanet](/maintainers/galphanet)

---

Top Contributors

[![Kevinrob](https://avatars.githubusercontent.com/u/4509277?v=4)](https://github.com/Kevinrob "Kevinrob (2 commits)")

### Embed Badge

![Health badge](/badges/edsi-tech-redis-guzzle-cache/health.svg)

```
[![Health](https://phpackages.com/badges/edsi-tech-redis-guzzle-cache/health.svg)](https://phpackages.com/packages/edsi-tech-redis-guzzle-cache)
```

###  Alternatives

[cache/cache

Library of all the php-cache adapters

2712.7M22](/packages/cache-cache)[roave/doctrine-simplecache

Doctrine Cache adapter for PSR-16 Simple Cache

551.3M1](/packages/roave-doctrine-simplecache)[chh/cache-service-provider

Provides easy to use caching for Silex applications, built on top of the doctrine/cache package

23163.0k1](/packages/chh-cache-service-provider)

PHPackages © 2026

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