PHPackages                             quioteframework/session-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. quioteframework/session-redis

ActiveLibrary[Caching](/categories/caching)

quioteframework/session-redis
=============================

Redis-backed session storage for Quiote: a SessionPersistenceInterface implementation for SessionManager, built on predis/predis.

v2.0.1(today)00MITPHPPHP &gt;=8.5.0

Since Jul 28Pushed todayCompare

[ Source](https://github.com/quioteframework/session-redis)[ Packagist](https://packagist.org/packages/quioteframework/session-redis)[ Docs](https://github.com/quioteframework/session-redis)[ RSS](/packages/quioteframework-session-redis/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

quioteframework/session-redis
=============================

[](#quioteframeworksession-redis)

Redis-backed session storage for [Quiote](https://github.com/quioteframework/quiote), built on [predis/predis](https://github.com/predis/predis).

**`Quiote\Session\Redis\RedisSessionPersistence`** implements `Quiote\Session\SessionPersistenceInterface` (`load`/`save`/`delete`), the backend for `Quiote\Session\SessionManager` — the modern, PSR-7-based session mechanism, safe under persistent worker runtimes (FrankenPHP, RoadRunner).

Install
-------

[](#install)

```
composer require quioteframework/session-redis

```

Usage
-----

[](#usage)

```
$manager = new \Quiote\Session\SessionManager(
    new \Quiote\Session\Redis\RedisSessionPersistence(
        new \Predis\Client('redis://127.0.0.1:6379'),
        prefix: 'session:',
        ttl: 1440, // seconds; Redis expires the key itself, no GC pass needed
    ),
);
```

License
-------

[](#license)

MIT. See [LICENSE](LICENSE).

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bb797c6fce78d07eb743846f7940d790f425831024c283cdfed7dd02d9bcac69?d=identicon)[markus\_saakeli](/maintainers/markus_saakeli)

---

Top Contributors

[![horros](https://avatars.githubusercontent.com/u/464166?v=4)](https://github.com/horros "horros (1 commits)")

---

Tags

redisstoragesessionquiote

### Embed Badge

![Health badge](/badges/quioteframework-session-redis/health.svg)

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

###  Alternatives

[symfony-bundles/redis-bundle

Symfony Redis Bundle

291.2M7](/packages/symfony-bundles-redis-bundle)

PHPackages © 2026

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