braunmar / simplecache
Simple cache class ideal for tests or small projects.
dev-master
2016-07-26 13:01 UTC
Requires
- php: >=5.6.0
This package is not auto-updated.
Last update: 2024-11-07 00:48:12 UTC
README
Simple cache for store simple data as associative array, string, int.
Instalation
The preferred way to install this extension is through composer.
$ composer require braunmar/simplecache
or add
"braunmar/simplecache": "*"
to the require
section of your composer.json. Then rune:
$ composer update
Documentation
For full documentation see this link at demos.braunmar.cz/simplecache.
Licence
Simplecache is under MIT licence. See the LICENCE for details.