PHPackages                             dmitry-suffi/redis-session-handler - 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-session-handler

ActiveProject[Caching](/categories/caching)

dmitry-suffi/redis-session-handler
==================================

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

1.0.4(8y ago)112.9k↑16.7%3MITPHP

Since Dec 2Pushed 7y ago2 watchersCompare

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

READMEChangelog (5)DependenciesVersions (6)Used By (0)

Redis session handler through a locking mechanism
=================================================

[](#redis-session-handler-through-a-locking-mechanism)

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

[](#description)

Used to store php sessions radishes.

The mechanism locks: one is the process of working with the session, the second process is waiting.

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

[](#installation)

```
composer require dmitry-suffi/redis-session-handler

```

Using
-----

[](#using)

```
$redis = new Redis();
if ($redis->connect('11.111.111.11', 6379) && $redis->select(0)) {
    $handler = new \suffi\RedisSessionHandler\RedisSessionHandler($redis);
    session_set_save_handler($handler);
}

session_start();
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

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

Every ~52 days

Total

5

Last Release

3235d 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 (12 commits)")

---

Tags

redissessionsession-handlerredissession

### Embed Badge

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

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

###  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)

PHPackages © 2026

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