Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robinn1/filecache-dashboard

FileCache (robinn/cache) dashboard for phpCacheAdmin.
https://github.com/robinn1/filecache-dashboard

cache dashboard file filecache phpcacheadmin

Last synced: about 8 hours ago
JSON representation

FileCache (robinn/cache) dashboard for phpCacheAdmin.

Awesome Lists containing this project

README

        

# FileCache-Dashboard

FileCache ([`robinn/cache`](https://github.com/RobiNN1/Cache)) dashboard
for [phpCacheAdmin](https://github.com/RobiNN1/phpCacheAdmin).

FileCache

![Visitor Badge](https://visitor-badge.laobi.icu/badge?page_id=RobiNN1.FileCache-Dashboard)

## Installation

```
composer require robinn/filecache-dashboard
```

In phpCacheAdmin's `config.php` add class to the `dashboards` list and add `filecache` config

```php
'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