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

ActiveLibrary[Caching](/categories/caching)

imag/simple-cache-bundle
========================

Cache Bundle for Symfony 2

v2.0.0(12y ago)3241[1 issues](https://github.com/BorisMorel/SimpleCacheBundle/issues)CeCILLPHPPHP &gt;=5.3.3

Since Apr 4Pushed 12y ago1 watchersCompare

[ Source](https://github.com/BorisMorel/SimpleCacheBundle)[ Packagist](https://packagist.org/packages/imag/simple-cache-bundle)[ Docs](http://github.com/BorisMorel/SimpleCacheBundle)[ RSS](/packages/imag-simple-cache-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

SimpleCacheBundle
=================

[](#simplecachebundle)

It provide a data caching for many ressources. It can be easly extended with an other storage method.

Contact
-------

[](#contact)

Nick: aways IRC: irc.freenode.net - #symfony-fr

Install
-------

[](#install)

1. Download with composer
2. Enable the Bundle
3. Configure
4. Use the bundle
5. Example

### Composer

[](#composer)

Add SimpleCacheBundle in your project's `composer.json`

```
{
    "require": {
        "imag/simple-cache-bundle": "dev-master"
    }
}
```

### Enable the Bundle

[](#enable-the-bundle)

```
