robinn / filecache-dashboard
FileCache (robinn/cache) dashboard for phpCacheAdmin.
2.1.0
2026-07-12 20:41 UTC
Requires
- php: >=8.4
- robinn/cache: ^2.7
Requires (Dev)
- phpstan/phpstan: ^2.2
- phpunit/phpunit: ^11 || ^12.5 || ^13.2
- robinn/phpcacheadmin: dev-master
README
FileCache (robinn/cache) dashboard for phpCacheAdmin.
Installation
composer require robinn/filecache-dashboard
In phpCacheAdmin's config.php add class to the dashboards list and add filecache config
'dashboards' => [ ... RobiNN\FileCache\FileCacheDashboard::class, ], 'filecache' => [ [ 'name' => 'Project Name', // Optional 'path' => __DIR__.'/path/to/cache/data', ], ],
For this to work, phpCacheAdmin should be in the same directory as the project or have access to folders outside the website root.
Requirements
- PHP >= 8.4
- phpCacheAdmin >= 2.6.0
