PHPackages                             tyrola/redis-session-handler-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. tyrola/redis-session-handler-bundle

AbandonedArchivedSymfony-bundle[Caching](/categories/caching)

tyrola/redis-session-handler-bundle
===================================

Symfony2 Redis Session Handler Bundle

1.1(10y ago)112.3k2PHPPHP &gt;=5.4

Since Jan 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/BirknerAlex/RedisSessionHandlerBundle)[ Packagist](https://packagist.org/packages/tyrola/redis-session-handler-bundle)[ Docs](https://tyrola.at)[ RSS](/packages/tyrola-redis-session-handler-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Getting Started With RedisSessionHandlerBundle
==============================================

[](#getting-started-with-redissessionhandlerbundle)

Prerequisites
-------------

[](#prerequisites)

- Symfony 2.1 or newer
- PHP 5.4 or newer
- PHP PhpRedis extension

Installation
------------

[](#installation)

Installation is a quick 3 steps process:

1. Install RedisSessionHandlerBundle
2. Enable the bundle
3. Update your config

### Step 1: Install RedisSessionHandlerBundle

[](#step-1-install-redissessionhandlerbundle)

The preferred way to install this bundle is to rely on [Composer](http://getcomposer.org). Just check on [Packagist](http://packagist.org/packages/tyrola/redis-session-handler-bundle) the version you want to install (in the following example, we used "dev-master") and add it to your `composer.json`:

```
{
    "require": {
        // ...
        "tyrola/redis-session-handler-bundle": "1.1"
    }
}
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Open up the AppKernel.php file and add the bundle to the kernel:

```
