nielsenmg/ezcache

Easy cache management library for PHP applications.

dev-master 2016-10-30 20:23 UTC

This package is not auto-updated.

Last update: 2020-01-10 15:53:40 UTC


README

Build Status Scrutinizer Code Quality Coverage Status StyleCI MIT licensed

Ezcache is an easy cache management library for PHP applications and supports Redis, Memcached and File Caching.

##Prerequisites

Installation

Ezcache is available on Packagist, you can install it using Composer.

composer require nielsenmg/ezcache

Then to install it:

composer install

##Usage There are three types of caching modes supported:

  1. File Caching - Documentation
  2. Memcached (under development)
  3. Redis (under development)

##License

This library is under the MIT License, see the complete license here