Download the PHP package initphp/redis-session-handler without Composer
On this page you can find all versions of the php package initphp/redis-session-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download initphp/redis-session-handler
More information about initphp/redis-session-handler
Files in initphp/redis-session-handler
Package redis-session-handler
Short Description PHP Redis Session Handler (DEPRECATED — use initphp/sessions with the bundled RedisAdapter)
License MIT
Informations about the package redis-session-handler
InitPHP Redis Session Handler
⚠️ DEPRECATED — Use
initphp/sessionsinsteadAs part of the InitPHP package consolidation, this package has been merged into
initphp/sessions, which already ships with a more capable Redis adapter (TTL support, nativeext-redisintegration, typed exceptions, and a unifiedSessionAPI across PDO, Memcache, Redis, Cookie, File and MongoDB backends).This repository is kept read-only for historical reference. No bug fixes, security updates or new features will be released.
Migration
Before (
initphp/redis-session-handler):After (
initphp/sessions):See the Sessions README for the full set of options.
This library provides a way to keep your application's sessions on redis, not on the filesystem.
Requirements
- PHP 7.4 or later
- PHP Redis Extension
- InitPHP Redis Library
Installation
Usage
Credits
License
Copyright © 2022 MIT License