litert / caphe
This package is abandoned and no longer maintained.
No replacement package was suggested.
A simple read-write separated cache library for PHP.
0.1.0-a2
2017-08-20 04:57 UTC
Requires
- php: >=7.0.0
Requires (Dev)
- phpunit/phpunit: ^6.3
This package is not auto-updated.
Last update: 2020-08-22 05:57:02 UTC
README
A simple read-write separated cache library for PHP (7.0+).
Drivers
Currently only APCu and Redis is supported.
Installation
It's recommanded to install by composer:
composer require litert/caphe
Or just git clone this repository, and put the lib directory into you project.
License
This library is published under Apache-2.0 license.