xp-forge/redis-sessions

Redis Sessions

Maintainers

Package info

github.com/xp-forge/redis-sessions

Homepage

pkg:composer/xp-forge/redis-sessions

Statistics

Installs: 301

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.2.0 2025-01-19 09:47 UTC

This package is auto-updated.

Last update: 2026-03-04 20:29:22 UTC


README

Build status on GitHub XP Framework Module BSD Licence Requires PHP 7.4+ Supports PHP 8.0+ Latest Stable Version

Redis-based sessions implementation.

Example

use web\session\{Sessions, InRedis};

$inject->bind(Sessions::class, new InRedis('redis://localhost'));

To use authentication, pass it as username in the connection string, e.g. redis://secret@localhost.