Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

PabloKowalczyk/CacheStatsBundle

Repository files navigation

PablokCacheStatsBundle

Installation

composer require --dev pablok/cache-stats-bundle

In case you don't use Symfony Flex please add this bundle to AppKernel.php


// app/AppKernel.php

public function registerBundles()
{
// ...
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
// ...
$bundles[] = new PabloK\CacheStatsBundle\PabloKCacheStatsBundle();
}
}

Example

License

MIT

About

Symfony Bundle for monitoring usage of OPCache, APCu and realpath cache

Topics

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Packages

Contributors