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

ActiveProject[Caching](/categories/caching)

dmitry-suffi/redis-cache
========================

Redis cache

1.0.0(9y ago)018MITPHP

Since Dec 26Pushed 7y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Redis cache
===========

[](#redis-cache)

[![Build Status](https://camo.githubusercontent.com/35300291422e6fd7b4a4aec9611fa99b5f36b72b5281aa4e0553d9b166107dcc/68747470733a2f2f6170692e7472617669732d63692e6f72672f646d697472792d73756666692f72656469732d63616368652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dmitry-suffi/redis-cache)[![Coveralls](https://camo.githubusercontent.com/c074c3cf77eed0fa0b1e90affb9b58e148e91d30f6f80c18733e982a51316676/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f646d697472792d73756666692f72656469732d63616368652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/dmitry-suffi/redis-cache?branch=master)

Description
-----------

[](#description)

Simple caching radis. Complies psr-6.

It requires expansion [phpredis](https://github.com/phpredis/phpredis).

Installation
------------

[](#installation)

```
composer require dmitry-suffi/redis-cache

```

Using
-----

[](#using)

```
$redis = new Redis();
if ($redis->connect('11.111.111.11', 6379) && $redis->select(0)) {
    $cache = new CacheItemPool($redis);
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

3422d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2721e2bebe88679b1fc4abe763d5a9cccee0aa9148b71545c24802ce9ae41ff7?d=identicon)[dmitry-suffi](/maintainers/dmitry-suffi)

---

Top Contributors

[![dmitry-suffi](https://avatars.githubusercontent.com/u/10375400?v=4)](https://github.com/dmitry-suffi "dmitry-suffi (16 commits)")

---

Tags

cachepsr-6redisredissession

### Embed Badge

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

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

###  Alternatives

[jrschumacher/symfony-redis-session-handler

Redis Session Handler Symfony HttpFoundation Component

1261.1k](/packages/jrschumacher-symfony-redis-session-handler)[craftsys/laravel-redis-session-enhanced

Enhanced redis driver for sessions in Laravel

106.6k](/packages/craftsys-laravel-redis-session-enhanced)[dmitry-suffi/redis-session-handler

Обработчик сессий через Redis с механизмом блокировки

112.9k](/packages/dmitry-suffi-redis-session-handler)

PHPackages © 2026

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