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

Abandoned → [soupmix/cache](/?search=soupmix%2Fcache)ArchivedLibrary[Caching](/categories/caching)

soupmix/cache-redis
===================

Framework agnostic Redis adapter for SimpleCache Interface.

0.3.2(9y ago)43612MITPHPPHP &gt;=5.6

Since Jun 13Pushed 8y ago1 watchersCompare

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

READMEChangelog (9)Dependencies (4)Versions (10)Used By (0)

Soupmix Redis Cache Adaptor
---------------------------

[](#soupmix-redis-cache-adaptor)

[![Build Status](https://camo.githubusercontent.com/edac8e9613c6a7281caf91ca1a12721aca819e8967dce90bf92a4188a4007e2a/68747470733a2f2f7472617669732d63692e6f72672f736f75706d69782f63616368652d72656469732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/soupmix/cache-redis) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/7b14bc023d8a336a07175946cc4a05dc54c96981e1d4e77071349d09602cb83a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736f75706d69782f63616368652d72656469732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/soupmix/cache-redis/?branch=master) [![Codacy Badge](https://camo.githubusercontent.com/9821f2f26950a9c536aefc31dd644cda1bd8032d400b61f64380d4fdcee47d68/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6632666438356161646463343437393362666332353032303830326565356632)](https://www.codacy.com/app/mehmet/cache-redis?utm_source=github.com&utm_medium=referral&utm_content=soupmix/cache-redis&utm_campaign=Badge_Grade) [![Code Climate](https://camo.githubusercontent.com/8d3b06c8204c2a312c54c03204516b2f07a129dbba9c633fbe2d80049ad873cb/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f736f75706d69782f63616368652d72656469732f6261646765732f6770612e737667)](https://codeclimate.com/github/soupmix/cache-redis)[![Latest Stable Version](https://camo.githubusercontent.com/c2751b894c7f4122e3a9d45ebdc853bf975b8b136a9e5d4513ce327eb7261957/68747470733a2f2f706f7365722e707567782e6f72672f736f75706d69782f63616368652d72656469732f762f737461626c65)](https://packagist.org/packages/soupmix/cache-redis) [![Total Downloads](https://camo.githubusercontent.com/6662924767a2671276db6be2cda40990266fcf2037279c9c3a8d524ad4abef72/68747470733a2f2f706f7365722e707567782e6f72672f736f75706d69782f63616368652d72656469732f646f776e6c6f616473)](https://packagist.org/packages/soupmix/cache-redis) [![Latest Unstable Version](https://camo.githubusercontent.com/f0b805495663314de62aa4846c8bdf83cf85a260a86a472ee3714f833c2e1c13/68747470733a2f2f706f7365722e707567782e6f72672f736f75706d69782f63616368652d72656469732f762f756e737461626c65)](https://packagist.org/packages/soupmix/cache-redis) [![License](https://camo.githubusercontent.com/7182ced29b8114a48a8101fa3b2a03d2895baed170416dcf54ae584618538a49/68747470733a2f2f706f7365722e707567782e6f72672f736f75706d69782f63616368652d72656469732f6c6963656e7365)](https://packagist.org/packages/soupmix/cache-redis) [![composer.lock](https://camo.githubusercontent.com/1391b8a0d7c48fb49e306dd6aad205c1fbdddcbac798308103ef4d7381c330bf/68747470733a2f2f706f7365722e707567782e6f72672f736f75706d69782f63616368652d72656469732f636f6d706f7365726c6f636b)](https://packagist.org/packages/soupmix/cache-redis) [![Code Coverage](https://camo.githubusercontent.com/459cd91bf5d7be2203ef498ab10815fc99689695db719d9d431a5c4797a9f29f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736f75706d69782f63616368652d72656469732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/soupmix/cache-redis/?branch=master)

### Installation

[](#installation)

It's recommended that you use [Composer](https://getcomposer.org/) to install Soupmix Cache Redis Adaptor.

```
$ composer require soupmix/cache-redis "~0.3"
```

### Connection

[](#connection)

```
require_once '/path/to/composer/vendor/autoload.php';

$rConfig = ['host'=> "127.0.0.1"];
$handler = new Redis();
$handler->connect(
    $rConfig['host']
);

$cache = new Soupmix\Cache\RedisCache($handler);
```

### Soupmix Redis Cache API

[](#soupmix-redis-cache-api)

[See Soupmix Cache API](https://github.com/soupmix/cache-base/blob/master/README.md)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.7% 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 ~26 days

Recently: every ~49 days

Total

9

Last Release

3410d ago

PHP version history (2 changes)0.1PHP &gt;=5.5

0.1.4PHP &gt;=5.6

### Community

Maintainers

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

---

Top Contributors

[![mkorkmaz](https://avatars.githubusercontent.com/u/585601?v=4)](https://github.com/mkorkmaz "mkorkmaz (29 commits)")[![hkulekci](https://avatars.githubusercontent.com/u/586318?v=4)](https://github.com/hkulekci "hkulekci (1 commits)")

---

Tags

rediscacheadapterssimplecache

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tedivm/stash

The place to keep your cache.

9824.8M124](/packages/tedivm-stash)[awssat/laravel-visits

Laravel Redis visits counter for Eloquent models

975163.6k2](/packages/awssat-laravel-visits)[cache/redis-adapter

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

523.9M27](/packages/cache-redis-adapter)[tedivm/stash-bundle

Incorporates the Stash caching library into Symfony.

841.4M16](/packages/tedivm-stash-bundle)[kdyby/redis

Redis storage for Nette Framework

491.6M2](/packages/kdyby-redis)[cache/predis-adapter

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

272.6M13](/packages/cache-predis-adapter)

PHPackages © 2026

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