PHPackages                             orkestra/apc-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. orkestra/apc-bundle

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

orkestra/apc-bundle
===================

APC Cache Bundle for Symfony 2 PHP Framework

47.4k2PHP

Since Apr 5Pushed 13y ago1 watchersCompare

[ Source](https://github.com/Divi/OrkestraAPCBundle)[ Packagist](https://packagist.org/packages/orkestra/apc-bundle)[ RSS](/packages/orkestra-apc-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Orkestra APCBundle
==================

[](#orkestra-apcbundle)

An APC Bundle for Symfony 2 PHP Framework

- [English version](https://github.com/Divi/OrkestraAPCBundle#english)
- [French version](https://github.com/Divi/OrkestraAPCBundle#french)

English
=======

[](#english)

This bundle contains :

- A command to delete the user or/and OPCode cache.
- A service to user APC very easily.
- An APC manager page with used memory write in PHP4 (i'm not the author, see Extra folder).

Installation :
--------------

[](#installation-)

### Step 1: Download OrkestraAPCBundle using composer

[](#step-1-download-orkestraapcbundle-using-composer)

In your composer.json, add OrkestraAPCBundle :

```
{
    "require": {
        "orkestra/apc-bundle": "dev-master"
    }
}
```

Now, you must update your vendors using this command :

```
$ php composer.phar update orkestra/apc-bundle
```

### Step 2: Add in AppKernel.php

[](#step-2-add-in-appkernelphp)

```
