2017 © Pedro Peláez
 

symfony-bundle apc-bundle

Apc Bundle for Symfony2

image

toa/apc-bundle

Apc Bundle for Symfony2

  • Saturday, December 14, 2013
  • by toaotc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 82 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ToaApcBundle

This Bundle clears the APC cache on the very first request after cache warmup., (*1)

Build Status Code Coverage Scrutinizer Quality Score Dependency Status, (*2)

SensioLabsInsight Latest Stable Version Total Downloads, (*3)

Installation

Add this bundle to your composer.json file:, (*4)

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

Register the bundle in app/AppKernel.php:, (*5)

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

Configuration

Set the bundle's configuration in app/config/config.yml:, (*6)

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

The Versions

14/12 2013

dev-master

9999999-dev https://github.com/toaotc/ApcBundle

Apc Bundle for Symfony2

  Sources   Download

MIT

The Requires

 

by Enrico Thies

clear apc cache