braunmar / simplecache
This package is abandoned and no longer maintained.
No replacement package was suggested.
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: 2026-02-12 06:52:56 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.