Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.

litert/caphe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caphe

Latest Stable Version Latest Unstable Version License

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.