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

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

bigyouth/page-cache-bundle
==========================

1.0.1(6y ago)415MITPHPPHP ^5.3.9|^7.0CI failing

Since Jan 17Pushed 6y ago3 watchersCompare

[ Source](https://github.com/BigYouth/page-cache-bundle)[ Packagist](https://packagist.org/packages/bigyouth/page-cache-bundle)[ RSS](/packages/bigyouth-page-cache-bundle/feed)WikiDiscussions master Synced 2w ago

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

Big Youth Page Cache Bundle
===========================

[](#big-youth-page-cache-bundle)

MaintainabilityIssuesDownloadsRelease[![Maintainability](https://camo.githubusercontent.com/436bbaf0016f777b4833a1448c658a4e3d04f084df7e48da7a60d9788c29b344/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6d61696e7461696e6162696c6974792f626967796f7574682f706167652d63616368652d62756e646c652e737667)](https://codeclimate.com/github/bigyouth/page-cache-bundle)[![Issues](https://camo.githubusercontent.com/cda784b8d64c3b97e3118096f72c3e8957492c6cc9b6d342a91702ec854c453c/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6973737565732f6769746875622f626967796f7574682f706167652d63616368652d62756e646c652e737667)](https://codeclimate.com/github/bigyouth/page-cache-bundle)[![Downloads](https://camo.githubusercontent.com/c6c22c51861329bff1e3c6be03f412f17e9c0e5a0ac118acecd2ed3d98c6fa19/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626967796f7574682f706167652d63616368652d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bigyouth/page-cache-bundle)[![Release](https://camo.githubusercontent.com/98859f89e3898a12cd3d0f98f34cf4b5165fe2df650d81cb51a6a097250392e4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626967796f7574682f706167652d63616368652d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bigyouth/page-cache-bundle)What is it ?
------------

[](#what-is-it-)

This bundle provides a simple page caching solution working as an in-app reverse proxy.

Requirements
------------

[](#requirements)

```
"php": "^5.3.9|^7.0",
"symfony/cache": "^3.1"
```

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

[](#installation)

### Download the bundle

[](#download-the-bundle)

Download composer at

```
composer require bigyouth/page-cache-bundle
```

### Register the bundle

[](#register-the-bundle)

Enable the bundle by adding it to the bundles array of the registerBundles method in your project's app/AppKernel.php file :

```
