litert/caphe

This package is abandoned and no longer maintained. No replacement package was suggested.

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

0.1.0-a2 2017-08-20 04:57 UTC

This package is not auto-updated.

Last update: 2020-08-22 05:57:02 UTC


README

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.