pear / cache_lite
Fast and safe little cache system
v2.0.0
2023-03-21 09:15 UTC
Requires
- php: >=7.4.0
- pear/pear-core-minimal: ^1.10
Requires (Dev)
- phpunit/phpunit: ^9
README
Fast and safe little cache system.
This package is a little cache system optimized for file containers. t is fast and safe (because it uses file locking and/or anti-corruption tests).
Building
To test this package, run
composer install
./vendor/bin/phpunit
Installation
composer require pear/cache_lite
Links
- Homepage: http://pear.php.net/package/Cache_Lite
- Source code: https://github.com/pear/Cache_Lite
- Issue tracker: http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Cache_Lite
- Unit test status: https://travis-ci.org/pear/Cache_Lite
- Packagist: https://packagist.org/packages/pear/cache_lite