litert / caphe
A simple read-write separated cache library for PHP.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/litert/caphe
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.