PHPackages                             rollerworks/cache-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. rollerworks/cache-bundle

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

rollerworks/cache-bundle
========================

Symfony integration bundle for Rollerworks Session Cache

v1.2.0(10y ago)11.9k11MITPHPPHP &gt;=5.3.3

Since Jul 23Pushed 10y agoCompare

[ Source](https://github.com/rollerworks-graveyard/RollerworksCacheBundle)[ Packagist](https://packagist.org/packages/rollerworks/cache-bundle)[ RSS](/packages/rollerworks-cache-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (1)

RollerworksCacheBundle
======================

[](#rollerworkscachebundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/d7a187915c03acaa53a81fedadaeff27d92027c3865c985effdee8c9f41720d7/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f30616330333232312d396432382d343562312d393635322d6331303239396136366164372f6d696e692e706e67)](https://insight.sensiolabs.com/projects/0ac03221-9d28-45b1-9652-c10299a66ad7)[![Build Status](https://camo.githubusercontent.com/feaa4c61a7c58a794c35e78202022726baa3da0be27e44d45876d4343f6fc655/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f726f6c6c6572776f726b732f526f6c6c6572776f726b73436163686542756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/rollerworks/RollerworksCache)

This bundle integrates the Rollerworks Cache Component in your Symfony application.

> The Rollerworks Cache component provides a Session based cache-driver for Doctrine Common. (Cache data is stored in a session).

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

[](#installation)

The RollerworksCacheBundle uses Composer to manage its dependencies.

If you don't have Composer yet, download it following the instructions on

Then add the `rollerworks/cache-bundle` package to your composer.json with:

```
$ composer require "rollerworks/cache-bundle"
```

Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your `AppKernel.php` file, and register the new bundle:

```
