robinn/filecache-dashboard

FileCache (robinn/cache) dashboard for phpCacheAdmin.

Installs: 87

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/robinn/filecache-dashboard

2.0.0 2025-02-09 11:07 UTC

This package is auto-updated.

Last update: 2025-10-05 13:59:23 UTC


README

FileCache (robinn/cache) dashboard for phpCacheAdmin.

FileCache

Visitor Badge

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 of website root.

Requirements

  • PHP >= 8.2
  • phpCacheAdmin >= 2.0.0