2017 © Pedro PelĂĄez
 

library ezcache

Easy cache management library for PHP applications.

image

nielsenmg/ezcache

Easy cache management library for PHP applications.

  • Sunday, October 30, 2016
  • by nielsenmg
  • Repository
  • 0 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Ezcache

Build Status Scrutinizer Code Quality Coverage Status StyleCI MIT licensed, (*1)

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

Prerequisites

Installation

Ezcache is available on Packagist, you can install it using Composer., (*3)

composer require nielsenmg/ezcache

Then to install it:, (*4)

composer install

Usage

There are three types of caching modes supported:, (*5)

  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, (*6)

The Versions

30/10 2016

dev-master

9999999-dev https://github.com/nielsenmg/ezcache

Easy cache management library for PHP applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nielsen Martins Gonçalves

cache php redis memcache memcached easy filecache ez