https://github.com/mrsuh/nginx-session-handler
https://github.com/mrsuh/nginx-session-handler
nginx nginx-session-handler redis symfony-bundle
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrsuh/nginx-session-handler
- Owner: mrsuh
- License: mit
- Created: 2015-11-04T14:52:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T15:46:30.000Z (about 3 years ago)
- Last Synced: 2025-07-30T05:53:01.113Z (11 months ago)
- Topics: nginx, nginx-session-handler, redis, symfony-bundle
- Language: PHP
- Homepage: https://mrsuh.com/articles/2015/nginx-lua-redis-efficiently-processing-sessions-and-delivering-data/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nginx-session-handler #
[](https://packagist.org/packages/mrsuh/nginx-session-handler)
[](https://packagist.org/packages/mrsuh/nginx-session-handler)
[](https://packagist.org/packages/mrsuh/nginx-session-handler)
This bundle integrates [predis](https://github.com/nrk/predis) and [snc/redis-bundle](https://github.com/snc/SncRedisBundle) 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.
```bash
composer require mrsuh/nginx-session-handler:2.*
```
Add the NginxSessionHandlerBundle to your application's kernel (Symfony 3):
``` php