edouardkombo/cache-util

Driver classes for caching objects and variables via Apc, MemCache or files.

1.0.0.x-dev 2014-01-14 17:04 UTC

This package is not auto-updated.

Last update: 2024-05-06 23:02:19 UTC


README

The Troll Inception - Cache Util

About

Cache Util is a set of classes you can use as driver in your application to cache objects and variables. You can cache with Apc, MemCache or classic files storage.

These classes use AbstractFactory methods from The Troll Inception, so they respect the single responsibility principle.

Requirements

Require PHP version 5.3 or greater, AbstractFactory and InterfaceFactory from The Troll Inception.

Installation

The easiest way to install is using Composer you can easily install TTI Cache Util system-wide with the following command:

composer global require 'edouardkombo/cache-util=1.0.0.*@dev'

Make sure you have ~/.composer/vendor/bin/ in your PATH.

Or alternatively, include a dependency in your composer.json file. For example:

{
    "require": {
        "edouardkombo/cache-util": "1.0.0.*@dev"
    }
}

You can also download the CacheUtil source directly from the GIT checkout:

https://github.com/edouardkombo/CacheUtil

Documentation

All additional documentation is available in code docblocks.

Contributing

If you do contribute code to CacheUtil, please make sure it conforms to the PSR coding standard. The easiest way to contribute is to work on a checkout of the repository, or your own fork, rather than an installed version.

Issues

Bug reports and feature requests can be submitted on the Github issues tracker.

For further informations, contact me directly at edouard.kombo@gmail.com.