PHPackages                             liip/doctrine-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. [Database &amp; ORM](/categories/database)
4. /
5. liip/doctrine-cache-bundle

Abandoned → [doctrine/doctrine-cache-bundle](/?search=doctrine%2Fdoctrine-cache-bundle)ArchivedSymfony-bundle[Database &amp; ORM](/categories/database)

liip/doctrine-cache-bundle
==========================

This Bundle provides integration into Symfony2 with the Doctrine Common Cache layer.

1.0.4(12y ago)72469.3k↓50%142MITPHPPHP &gt;=5.3.0

Since Mar 31Pushed 11y ago58 watchersCompare

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

READMEChangelog (3)Dependencies (2)Versions (6)Used By (2)

DoctrineCacheBundle
===================

[](#doctrinecachebundle)

This Bundle provides integration into Symfony2 with the Doctrine Common Cache layer.

This Project Has Been Deprecated
================================

[](#this-project-has-been-deprecated)

[![This Project Has Been Deprecated in favor of doctrine/doctrine-cache-bundle.](https://camo.githubusercontent.com/3ae650fc7228648d06b62681ce7c397abe96e1677840b72cc69c336a0de863c6/687474703a2f2f7777772e7265706f7374617475732e6f72672f6261646765732f302e312e302f6162616e646f6e65642e737667)](http://www.repostatus.org/#abandoned)

in favor of .

Installation
============

[](#installation)

### 1. Add the bundle to your composer.json

[](#1-add-the-bundle-to-your-composerjson)

```
"require": {
    ...
    "liip/doctrine-cache-bundle": "~1.0"
}

```

### 2. Install the bundle using composer

[](#2-install-the-bundle-using-composer)

```
$ php composer.phar update liip/doctrine-cache-bundle
```

### 3. Add this bundle to your application's kernel:

[](#3-add-this-bundle-to-your-applications-kernel)

```
