nielsengoncalves / ezcache

Easy PHP Cache Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ezcache

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

About

Easy PHP Cache Library

License:MIT License


Languages

Language:PHP 100.0%