pablok / cache-stats-bundle
PabloK CacheStatsBundle
Installs: 15 933
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.1
- symfony/config: ^5.4 || ^6.4 || ^7.0
- symfony/dependency-injection: ^5.4 || ^6.4 || ^7.0
- symfony/http-kernel: ^5.4 || ^6.4 || ^7.0
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2024-10-08 13:58:33 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
License
MIT