An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# nginx-session-handler #

[![Latest Stable Version](https://poser.pugx.org/mrsuh/nginx-session-handler/v/stable)](https://packagist.org/packages/mrsuh/nginx-session-handler)
[![Total Downloads](https://poser.pugx.org/mrsuh/nginx-session-handler/downloads)](https://packagist.org/packages/mrsuh/nginx-session-handler)
[![License](https://poser.pugx.org/mrsuh/nginx-session-handler/license)](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