Download the PHP package mrsuh/nginx-session-handler without Composer
On this page you can find all versions of the php package mrsuh/nginx-session-handler. 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 nginx-session-handler
nginx-session-handler
This bundle integrates predis and snc/redis-bundle into your Symfony 3/4 application So, you need to configure the bundles too.
Installation
Add the nginx-session-handler package to your require section in the composer.json file.
Add the NginxSessionHandlerBundle to your application's kernel (Symfony 3):
Configure the session
in your config.yml
:
Add session.lua
script to your nginx.conf
Now your php session locate in redis. Your location /security
allow for authenticated users with role ROLE_ADMIN only.
All versions of nginx-session-handler with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
snc/redis-bundle Version >=3
predis/predis Version >=1
symfony/security-core Version >=4
snc/redis-bundle Version >=3
predis/predis Version >=1
symfony/security-core Version >=4
The package mrsuh/nginx-session-handler contains the following files
Loading the files please wait ....