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

AbandonedArchivedLibrary[Caching](/categories/caching)

milqmedia/mq-redis-session
==========================

Zend Framework 2 redis session storage

1.0(9y ago)825.6k6[1 issues](https://github.com/milqmedia/MQRedisSessionStorage/issues)New BSD LicensePHPPHP &gt;=5.3.3

Since Nov 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/milqmedia/MQRedisSessionStorage)[ Packagist](https://packagist.org/packages/milqmedia/mq-redis-session)[ Docs](https://github.com/milqmedia/MQRedisSessionStorage)[ RSS](/packages/milqmedia-mq-redis-session/feed)WikiDiscussions master Synced 2w ago

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

MQRedisSessionStorage
=====================

[](#mqredissessionstorage)

Zend Framework Module for storing sessions in Redis.

Features
--------

[](#features)

- Redis SessionSaveHandler support
- Uses Zend\\Cache\\StorageFactory
- Easy session configuration

Setup
-----

[](#setup)

1. Run `php composer.phar require milqmedia/mq-redis-session:dev-master`
2. Add `MQRedisSessionStorage` to the enabled modules list
3. Copy `vendor/milqmedia/mq-redis-session/config/redissession.global.php.dist` to `config/autoload/redissession.global.php`
4. Configure the session options in `config/autoload/redissession.global.php`
5. Session storage will be set by default. For more control set "set\_storage\_on\_boot" to false in your config file and add the lines below in your project's main module or elsewhere:

```
```php
$redisStorage = $sm->get('MQRedisSessionStorage\Storage\RedisStorage');
$redisStorage->setSessionStorage();
```

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 66.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 ~63 days

Total

2

Last Release

3463d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/197600?v=4)[Yo-han](/maintainers/yo-han)[@yo-han](https://github.com/yo-han)

---

Top Contributors

[![samsonasik](https://avatars.githubusercontent.com/u/459648?v=4)](https://github.com/samsonasik "samsonasik (2 commits)")[![yo-han](https://avatars.githubusercontent.com/u/197600?v=4)](https://github.com/yo-han "yo-han (1 commits)")

---

Tags

redisstoragesessionzf2

### Embed Badge

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

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

###  Alternatives

[jrschumacher/symfony-redis-session-handler

Redis Session Handler Symfony HttpFoundation Component

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

Enhanced redis driver for sessions in Laravel

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

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

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

PHPackages © 2026

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