PHPackages                             chadicus/psr-cache-redis - 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. chadicus/psr-cache-redis

Abandoned → [subjective-php/psr-cache-redis](/?search=subjective-php%2Fpsr-cache-redis)Library[Caching](/categories/caching)

chadicus/psr-cache-redis
========================

PSR-16 SimpleCache Implementation using Predis

v0.2.0(8y ago)01.2kMITPHPPHP ^7.0

Since Oct 25Pushed 7y agoCompare

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

READMEChangelogDependencies (6)Versions (4)Used By (0)

Simple MongoDB Cache
====================

[](#simple-mongodb-cache)

[![Build Status](https://camo.githubusercontent.com/5834377f41cec7e4eda7f03c1e46050a0779aa32ad632f29377e3e2278be3025/68747470733a2f2f7472617669732d63692e6f72672f7375626a6563746976652d7068702f7073722d63616368652d72656469732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/subjective-php/psr-cache-redis)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/66d491ec7ab60c787a9c9cdb8230ec05fa94fbfa65aee39c844a0fc98c48b0a9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7375626a6563746976652d7068702f7073722d63616368652d72656469732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/subjective-php/psr-cache-redis/?branch=master)[![Coverage Status](https://camo.githubusercontent.com/110c96b8a918532e2561f147509202324ee0c53adeadfc6a6a376399f58ba063/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7375626a6563746976652d7068702f7073722d63616368652d72656469732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/subjective-php/psr-cache-redis?branch=master)

[![Latest Stable Version](https://camo.githubusercontent.com/3ca5a8f22213afa7278447a7592918242054d31a839b1cd09486d034ae5be9d2/68747470733a2f2f706f7365722e707567782e6f72672f7375626a6563746976652d7068702f7073722d63616368652d72656469732f762f737461626c65)](https://packagist.org/packages/subjective-php/psr-cache-redis)[![Latest Unstable Version](https://camo.githubusercontent.com/4b78378f0697dff7b52fff35edfecfb598622b15b743d5c806a60cc4cc852cf2/68747470733a2f2f706f7365722e707567782e6f72672f7375626a6563746976652d7068702f7073722d63616368652d72656469732f762f756e737461626c65)](https://packagist.org/packages/subjective-php/psr-cache-redis)[![License](https://camo.githubusercontent.com/c962b4b537c12dcb3c3acea4a7a4fb1b184cce33aaf7438bf0b611a55b88eae2/68747470733a2f2f706f7365722e707567782e6f72672f7375626a6563746976652d7068702f7073722d63616368652d72656469732f6c6963656e7365)](https://packagist.org/packages/subjective-php/psr-cache-redis)

[![Total Downloads](https://camo.githubusercontent.com/aa6f7804fa9f3e9f941d027701e57b5c659c40f70f9117ff4f2d9ec97d2eadd1/68747470733a2f2f706f7365722e707567782e6f72672f7375626a6563746976652d7068702f7073722d63616368652d72656469732f646f776e6c6f616473)](https://packagist.org/packages/subjective-php/psr-cache-redis)[![Daily Downloads](https://camo.githubusercontent.com/ab0a493ab774942eeeba350a98b37d44cd71008173e8e24d6a64c0ebfa11aa91/68747470733a2f2f706f7365722e707567782e6f72672f7375626a6563746976652d7068702f7073722d63616368652d72656469732f642f6461696c79)](https://packagist.org/packages/subjective-php/psr-cache-redis)[![Monthly Downloads](https://camo.githubusercontent.com/82b71c1676b5441206a963ec4be8c019bcd61a1f856cc4c87caca74805754651/68747470733a2f2f706f7365722e707567782e6f72672f7375626a6563746976652d7068702f7073722d63616368652d72656469732f642f6d6f6e74686c79)](https://packagist.org/packages/subjective-php/psr-cache-redis)

[![Documentation](https://camo.githubusercontent.com/a5445bbf0a3a04a2ec4db113f8a4ada4e12b57d9b2de32d936fa17800bc9ca6e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7265666572656e63652d706870646f632d626c75652e7376673f7374796c653d666c6174)](http://www.pholiophp.org/subjective-php/psr-cache-redis)

[PSR-16 SimpleCache](http://www.php-fig.org/psr/psr-16/) Implementation using [Predis](https://github.com/nrk/predis/wiki)

Requirements
------------

[](#requirements)

Requires PHP 7.0 (or later).

Composer
--------

[](#composer)

To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on `subjective-php/psr-cache-redis` to your project's `composer.json` file such as:

```
composer require subjective-php/psr-cache-redis
```

Contact
-------

[](#contact)

Developers may be contacted at:

- [Pull Requests](https://github.com/subjective-php/psr-cache-redis/pulls)
- [Issues](https://github.com/subjective-php/psr-cache-redis/issues)

Project Build
-------------

[](#project-build)

With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run:

```
composer install
./vendor/bin/phpunit
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.8% 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 ~63 days

Total

3

Last Release

2997d ago

### Community

Maintainers

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

---

Top Contributors

[![chadicus](https://avatars.githubusercontent.com/u/1182337?v=4)](https://github.com/chadicus "chadicus (30 commits)")[![bartko-s](https://avatars.githubusercontent.com/u/675883?v=4)](https://github.com/bartko-s "bartko-s (1 commits)")

---

Tags

psrrediscachesimple-cachepredispsr16

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chadicus-psr-cache-redis/health.svg)

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

###  Alternatives

[psr/simple-cache

Common interfaces for simple caching

8.1k727.3M2.1k](/packages/psr-simple-cache)[cache/predis-adapter

A PSR-6 cache implementation using Redis (Predis). This implementation supports tags

272.6M13](/packages/cache-predis-adapter)[contributte/redis

Redis client integration into Nette framework

181.6M2](/packages/contributte-redis)[graham-campbell/bounded-cache

A Bounded TTL PSR-16 Cache Implementation

101.9M6](/packages/graham-campbell-bounded-cache)[quick/cache

This is a cache system that uses Redis for rapid caching.

122.7k](/packages/quick-cache)

PHPackages © 2026

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