PHPackages                             pablok/supercache-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. pablok/supercache-bundle

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

pablok/supercache-bundle
========================

Supercache bundle for Symfony

0.6.0(7y ago)12.8k[1 issues](https://github.com/PabloKowalczyk/SupercacheBundle/issues)[1 PRs](https://github.com/PabloKowalczyk/SupercacheBundle/pulls)MITPHPPHP ^7.1.3

Since Sep 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/PabloKowalczyk/SupercacheBundle)[ Packagist](https://packagist.org/packages/pablok/supercache-bundle)[ Docs](https://github.com/kiler129/SupercacheBundle)[ RSS](/packages/pablok-supercache-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (20)Versions (11)Used By (0)

Note
====

[](#note)

This bundle is a fork of [SupercacheBundle](https://github.com/kiler129/SupercacheBundle) which looks like [abandoned](https://github.com/kiler129/SupercacheBundle/issues/16).

[![Maintainability](https://camo.githubusercontent.com/1539c6d3228ace70a2053c74865813ab1d6ad078dde0ae34e4627da6efdbfaf3/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f62333136383037313066363933343164363432662f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/PabloKowalczyk/SupercacheBundle/maintainability)[![Test Coverage](https://camo.githubusercontent.com/40cd44cc571712cfac50cdcdcb2ba3fee8bc4191537c5690eccfa32d38dc971d/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f62333136383037313066363933343164363432662f746573745f636f766572616765)](https://codeclimate.com/github/PabloKowalczyk/SupercacheBundle/test_coverage)

BranchBuild statusmaster[![Build Status](https://camo.githubusercontent.com/6199d5e495c396d09b7a2e0c03fb4e2ef12c95f6f33be3177a4d427f3f4b5415/68747470733a2f2f7472617669732d63692e6f72672f5061626c6f4b6f77616c637a796b2f5375706572636163686542756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/PabloKowalczyk/SupercacheBundle)latest stable (0.6.0)[![Build Status](https://camo.githubusercontent.com/7eb8526cd1081c05128d07b8a74de16c19680df86e4862aa6011591ff78fb787/68747470733a2f2f7472617669732d63692e6f72672f5061626c6f4b6f77616c637a796b2f5375706572636163686542756e646c652e7376673f6272616e63683d302e362e30)](https://travis-ci.org/PabloKowalczyk/SupercacheBundle)Supercache Bundle
=================

[](#supercache-bundle)

Static pages caching for Symfony Framework.

What is Supercache?
-------------------

[](#what-is-supercache)

Some of you may be annoyed looking at simple pages loading times - exactly like me. There's a lot solution for that problem - this is extreme one. If you ever used Wordpress you probably seen `WP Super Cache` plugin. This bundle is build around similar principles (but it is not affiliated in any way) as that plugin.

Basically SupercacheBundle caches whole response to static files and serve them at no cost. It's very useful for pages where there're a lot of static routes visited often.

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

[](#installation)

Before you start using this bundle you should carefully read [HTTP Cache chapter of Symfony Cookbook](http://symfony.com/doc/current/book/http_cache.html) - it provides a bunch of excellent techniques and tips about caching.

Bundle can be installed like any other Symfony bundle.

1. Open a command console, enter your project directory and execute following command:
    `composer require pablok/supercache-bundle`
2. Enable the bundle by adding following line to `app/AppKernel.php` file:

```
