micronative / file-cache
File Cache
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/micronative/file-cache
Requires
- php: ^7.3||^8.0
- psr/cache: ^1.0
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-10-07 14:43:36 UTC
README
A simple file based cache engine that implements the Psr cache interfaces
Configuration
composer.json
"require": { "micronative/file-cache": "^1.0.0" }, "repositories": [ { "type": "vcs", "url": "https://github.com/micronative/file-cache" } ],
Run
composer require micronative/file-cache:1.0.0