library simplecache
Simple cache class ideal for tests or small projects.
braunmar/simplecache
Simple cache class ideal for tests or small projects.
- Tuesday, July 26, 2016
- by braunmar
- Repository
- 1 Watchers
- 0 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Simple cache
Simple cache for store simple data as associative array, string, int., (*1)
Instalation
The preferred way to install this extension is through composer., (*2)
$ composer require braunmar/simplecache
or add, (*3)
"braunmar/simplecache": "*"
to the require
section of your composer.json. Then rune:, (*4)
$ composer update
Documentation
For full documentation see this link at demos.braunmar.cz/simplecache., (*5)
Licence
Simplecache is under MIT licence. See the LICENCE for details., (*6)
dev-master
9999999-dev
Simple cache class ideal for tests or small projects.
Sources
Download
MIT
The Requires
cache
simple
braunmar