Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pablokowalczyk/cachestatsbundle
- Owner: PabloKowalczyk
- License: mit
- Created: 2019-06-21T07:50:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T13:32:20.000Z (4 months ago)
- Last Synced: 2024-10-11T19:37:42.901Z (about 1 month ago)
- Topics: apcu, opcache, php, php7, realpath, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 113 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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