ropendev / cache
PHP Simple Cache File Librairy (PSR compliant, PSR4 for autoloading).
Installs: 410
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ropendev/cache
Requires
- php: >=5.5.0
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2020-02-06 20:08:35 UTC
README
/!\ Not maintained anymore : Use https://github.com/PiedWeb/FileCache from https://dev.piedweb.com
SimpleCacheFile is :
- a PHP librairy wich permit to easily manage cached data (integer, string, array) in files,
- PSR compliant (1 & 2 Coding Style, 4 Autoloading),
- Easy to install with composer,
- Intuitive and documented (inline and in this Readme)
- Light
Contributors
- Original author Robin (Seo Consultant in Marseille)
- ...
License
MIT (see the LICENSE file for details)