pablok/cache-stats-bundle

PabloK CacheStatsBundle

Installs: 19 411

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 2

Forks: 1

Open Issues: 0

Type:symfony-bundle

pkg:composer/pablok/cache-stats-bundle

v0.7.0 2024-07-08 13:29 UTC

This package is auto-updated.

Last update: 2025-10-08 15:59:09 UTC


README

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