ropendev / cache
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHP Simple Cache File Librairy (PSR compliant, PSR4 for autoloading).
1.1.1
2014-11-27 09:29 UTC
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)