PHPackages                             gonzalo123/redisphpwrapper - 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. gonzalo123/redisphpwrapper

ActiveLibrary[Caching](/categories/caching)

gonzalo123/redisphpwrapper
==========================

redis Wrapper

09PHP

Since Oct 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gonzalo123/redisphpwrapper)[ Packagist](https://packagist.org/packages/gonzalo123/redisphpwrapper)[ RSS](/packages/gonzalo123-redisphpwrapper/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Redis cache wrapper
=======================

[](#php-redis-cache-wrapper)

[![Build Status](https://camo.githubusercontent.com/eb055f56d1b8b5df7a50dc059d48a11a8493fb45a589c89da0ef23e97cbf4500/68747470733a2f2f7472617669732d63692e6f72672f676f6e7a616c6f3132332f7265646973706870777261707065722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/gonzalo123/redisphpwrapper)

Simple cache wrapper build in top of Predis/Redis

usage:

```
use G\Redis\Cache;
use Predis\Client;

$cache = new Cache(new Client(json_decode(file_get_contents(__DIR__ . '/conf.json'), true)));

$value = $cache->get("aaa.aaa.aaa", function () {
    return [
        'a' => 1,
    ];
});

$cache->delete("aaa.aaa.aaa");
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39072?v=4)[Gonzalo Ayuso](/maintainers/gonzalo123)[@gonzalo123](https://github.com/gonzalo123)

---

Top Contributors

[![gonzalo123](https://avatars.githubusercontent.com/u/39072?v=4)](https://github.com/gonzalo123 "gonzalo123 (11 commits)")

---

Tags

phpredis

### Embed Badge

![Health badge](/badges/gonzalo123-redisphpwrapper/health.svg)

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

###  Alternatives

[beryllium/cachebundle

Provides an interface to Memcache for Symfony2 applications

32136.0k](/packages/beryllium-cachebundle)

PHPackages © 2026

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