library caphe
A simple read-write separated cache library for PHP.
fenying/caphe
A simple read-write separated cache library for PHP.
- Friday, June 2, 2017
- by Fenying
- Repository
- 1 Watchers
- 0 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Caphe
, (*1)
A simple read-write separated cache library for PHP (7.0+)., (*2)
Drivers
Currently only APCu and Redis is supported., (*3)
Installation
It's recommanded to install by composer:, (*4)
composer require litert/caphe
Or just git clone this repository, and put the lib directory into you
project., (*5)
License
This library is published under Apache-2.0 license., (*6)