PabloKowalczyk / CacheStatsBundle

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PablokCacheStatsBundle

Installation

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

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

<?php
// app/AppKernel.php

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

Example

Toolbar example

License

MIT

About

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

License:MIT License


Languages

Language:PHP 74.9%Language:Twig 21.3%Language:Dockerfile 2.8%Language:Makefile 1.0%