hav / cache
A cache library that is implmeneted from PSR-6
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hav/cache
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2025-12-21 02:02:09 UTC
README
A PSR-6 cache library
A cache library that follows the PSR-6 standard.
Run webroot/cacheTest.php on your localhost to try it.
Using the library with Anax-MVC
-
Install the
hav/cachepackage via composer -
Move the folder
vendor/hav/cache/src/Cacheto yourapp/srcfolder -
Add the
hav/cache/webroot/index.phpfile to yourwebrootfolder -
Create folder named
Cachein yourapp/viewsfolder and move thehav/cache/webroot/example.tpl.phpfile to it -
Use the route
cacheto view the example