Download the PHP package milqmedia/mq-redis-session without Composer
On this page you can find all versions of the php package milqmedia/mq-redis-session. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mq-redis-session
MQRedisSessionStorage
Zend Framework Module for storing sessions in Redis.
Features
- Redis SessionSaveHandler support
- Uses Zend\Cache\StorageFactory
- Easy session configuration
Setup
- Run
php composer.phar require milqmedia/mq-redis-session:dev-master
- Add
MQRedisSessionStorage
to the enabled modules list - Copy
vendor/milqmedia/mq-redis-session/config/redissession.global.php.dist
toconfig/autoload/redissession.global.php
- Configure the session options in
config/autoload/redissession.global.php
- 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:
All versions of mq-redis-session with dependencies
PHP Build Version
Package Version
No informations.
The package milqmedia/mq-redis-session contains the following files
Loading the files please wait ....