PHPackages                             bamarni/symfony-http-cache-extension - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. bamarni/symfony-http-cache-extension

ActiveLibrary[HTTP &amp; Networking](/categories/http)

bamarni/symfony-http-cache-extension
====================================

84.7k2[1 issues](https://github.com/bamarni/symfony-http-cache-extension/issues)PHP

Since May 12Pushed 13y ago1 watchersCompare

[ Source](https://github.com/bamarni/symfony-http-cache-extension)[ Packagist](https://packagist.org/packages/bamarni/symfony-http-cache-extension)[ RSS](/packages/bamarni-symfony-http-cache-extension/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build Status](https://camo.githubusercontent.com/d586112b0b189bc1861aa8dbcd0cfe9c11cb1763e945e58264152e97a9e042bd/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f62616d61726e692f73796d666f6e792d687474702d63616368652d657874656e73696f6e2e706e67)](https://travis-ci.org/bamarni/symfony-http-cache-extension)

EXPERIMENTAL (WIP)
==================

[](#experimental-wip)

Some stores + custom http\_cache

Http Cache Doctrine Store
=========================

[](#http-cache-doctrine-store)

Store implementation for Symfony HttpCache relying on Doctrine Cache.

Instructions
------------

[](#instructions)

### Install the package

[](#install-the-package)

Add the following dependency to your composer.json file:

```
{
    "require": {
        "_some_packages": "...",

        "bamarni/symfony-http-cache-extension": "*"
    }
}
```

### Edit your project's HttpCache

[](#edit-your-projects-httpcache)

Configure a Doctrine Cache driver and pass it to a DoctrineStore :

```
