PHPackages                             yamiko/cache-administration-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. yamiko/cache-administration-bundle

ActiveLibrary[Caching](/categories/caching)

yamiko/cache-administration-bundle
==================================

Symfony bundle to manage caches

1.0.0beta2(10y ago)187943[1 issues](https://github.com/yamiko-ninja/CacheAdministrationBundle/issues)MITPHP

Since Sep 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/yamiko-ninja/CacheAdministrationBundle)[ Packagist](https://packagist.org/packages/yamiko/cache-administration-bundle)[ RSS](/packages/yamiko-cache-administration-bundle/feed)WikiDiscussions master Synced 1mo ago

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

[![Build Status](https://camo.githubusercontent.com/4501f0d08d6eff9a3b052242a71bcb8ab9513d63f40f39a436895e4f4caf05f7/68747470733a2f2f7472617669732d63692e6f72672f79616d696b6f2d6e696e6a612f436163686541646d696e697374726174696f6e42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/yamiko-ninja/CacheAdministrationBundle)[![Latest Stable Version](https://camo.githubusercontent.com/d2ada69cfd025636c31672f8b8df9e874659a10e3a937840004ff02d00a04bb3/68747470733a2f2f706f7365722e707567782e6f72672f79616d696b6f2f63616368652d61646d696e697374726174696f6e2d62756e646c652f762f737461626c65)](https://packagist.org/packages/yamiko/cache-administration-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/b2ee55a12f5e0d7269aafa575beea522ccbd35f592fcf5014c400d336f7d395c/68747470733a2f2f706f7365722e707567782e6f72672f79616d696b6f2f63616368652d61646d696e697374726174696f6e2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/yamiko/cache-administration-bundle) [![License](https://camo.githubusercontent.com/0dd55e2e13aa2bd5c2fd5cdea4249e99942cebae6491f3cc023a6c9f2327423e/68747470733a2f2f706f7365722e707567782e6f72672f79616d696b6f2f63616368652d61646d696e697374726174696f6e2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/yamiko/cache-administration-bundle)[![Dependency Status](https://camo.githubusercontent.com/d94829fb2d675fa868c7ea0b9714496a51b8246d4ad3b917c1e71391cbcc0da0/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f79616d696b6f3a63616368652d61646d696e697374726174696f6e2d62756e646c652f6465762d6d61737465722f62616467652e737667)](https://www.versioneye.com/php/yamiko:cache-administration-bundle/dev-master)[![SensioLabsInsight](https://camo.githubusercontent.com/2240742ab4d4e251e90ec7df38941a0d452c65b6c8db2fd27b196d39e7c53933/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f61353530616462622d343930332d343635612d616462342d3863656437376463343961352f6d696e692e706e67)](https://insight.sensiolabs.com/projects/a550adbb-4903-465a-adb4-8ced77dc49a5)[![Total Downloads](https://camo.githubusercontent.com/cade0b74423a22ca731296ea8ddf94e896f48b4b29511234e36907e1e6207374/68747470733a2f2f706f7365722e707567782e6f72672f79616d696b6f2f63616368652d61646d696e697374726174696f6e2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/yamiko/cache-administration-bundle)

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

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require yamiko/cache-administration-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
