PHPackages                             toa/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. [Framework](/categories/framework)
4. /
5. toa/apc-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

toa/apc-bundle
==============

Apc Bundle for Symfony2

087PHP

Since Dec 14Pushed 12y ago1 watchersCompare

[ Source](https://github.com/toaotc/ApcBundle)[ Packagist](https://packagist.org/packages/toa/apc-bundle)[ RSS](/packages/toa-apc-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

ToaApcBundle
============

[](#toaapcbundle)

This Bundle clears the APC cache on the very first request after cache warmup.

[![Build Status](https://camo.githubusercontent.com/bf4a846c4d9a97ce56114134b42dcbeae3e3f1065fe2cc9b5b9eecda92e2e2de/68747470733a2f2f7472617669732d63692e6f72672f746f616f74632f41706342756e646c652e706e67)](https://travis-ci.org/toaotc/ApcBundle)[![Code Coverage](https://camo.githubusercontent.com/671f708674e44970db38fa62d8c473eedc9d40042b94b116d472cb6f5227a465/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746f616f74632f41706342756e646c652f6261646765732f636f7665726167652e706e673f733d30353837643964353264326331366134323562363439333563346465623935356661306539306634)](https://scrutinizer-ci.com/g/toaotc/ApcBundle/)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/26ba5273e43d52365faa99250f267f5504f1de65d68bcbf454f023bfde7eda99/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746f616f74632f41706342756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f733d63336461393332346437343439636263616466616466393135353361386235663732326166393061)](https://scrutinizer-ci.com/g/toaotc/ApcBundle/)[![Dependency Status](https://camo.githubusercontent.com/71516bffe0ab619d1c4a7da24e8464b22587b5613fa0b58acc7fb765d2e4b551/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3532363266313663363332626163356538363030303030612f62616467652e706e67)](https://www.versioneye.com/user/projects/5262f16c632bac5e8600000a)

[![SensioLabsInsight](https://camo.githubusercontent.com/7fbccd511d823fffb6d19813d8858c0aea86a1caf3082bb25eaec33c1bf91784/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f62613265326164632d663039392d346238322d393431312d3734313765336231363761352f6d696e692e706e67)](https://insight.sensiolabs.com/projects/ba2e2adc-f099-4b82-9411-7417e3b167a5)[![Latest Stable Version](https://camo.githubusercontent.com/40b78c43e3e1e58a332d933ccf172e0ce68fabf6103399c1395ac55401a9f690/68747470733a2f2f706f7365722e707567782e6f72672f746f612f6170632d62756e646c652f762f737461626c652e706e67 "Latest Stable Version")](https://packagist.org/packages/toa/apc-bundle)[![Total Downloads](https://camo.githubusercontent.com/d6cc41d6a816657bf8ee1ced71ef1d1a6746b2f7999b693d15711e15692ecd56/68747470733a2f2f706f7365722e707567782e6f72672f746f612f6170632d62756e646c652f646f776e6c6f6164732e706e67 "Total Downloads")](https://packagist.org/packages/toa/apc-bundle)

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

[](#installation)

Add this bundle to your `composer.json` file:

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

```

Register the bundle in `app/AppKernel.php`:

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Toa\Bundle\ApcBundle\ToaApcBundle(),
    );
}

```

Configuration
-------------

[](#configuration)

Set the bundle's configuration in `app/config/config.yml`:

```
# app/config/config.yml
toa_apc:
    auto_clear:
        opcode: true # system cache
        user:   true # user cache

```

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2480cea266aedb1b4db4dad54b78b146a0e7442275270417516c40fcb977777?d=identicon)[toaotc](/maintainers/toaotc)

---

Top Contributors

[![toaotc](https://avatars.githubusercontent.com/u/871030?v=4)](https://github.com/toaotc "toaotc (23 commits)")

### Embed Badge

![Health badge](/badges/toa-apc-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/toa-apc-bundle/health.svg)](https://phpackages.com/packages/toa-apc-bundle)
```

###  Alternatives

[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
