Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pablokowalczyk/cachestatsbundle

Symfony Bundle for monitoring usage of OPCache, APCu and realpath cache
https://github.com/pablokowalczyk/cachestatsbundle

apcu opcache php php7 realpath symfony symfony-bundle

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

## PablokCacheStatsBundle

### Installation

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

In case you don't use Symfony Flex please add this bundle to `AppKernel.php`
```php
getEnvironment(), array('dev', 'test'))) {
// ...
$bundles[] = new PabloK\CacheStatsBundle\PabloKCacheStatsBundle();
}
}
```

### Example
![Toolbar example](resources/docs/toolbar-example.png)

### License

MIT