hav / cache
A cache library that is implmeneted from PSR-6
v1.0
2016-01-12 14:49 UTC
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2026-03-29 03:35:50 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