PHPackages                             eghojansu/cache-helper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. eghojansu/cache-helper

Abandoned → [ekok/php-cache](/?search=ekok%2Fphp-cache)Library[Caching](/categories/caching)

eghojansu/cache-helper
======================

Cache helper

04PHP

Since Feb 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/eghojansu/cache-helper)[ Packagist](https://packagist.org/packages/eghojansu/cache-helper)[ RSS](/packages/eghojansu-cache-helper/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Cache-Helper
================

[](#php-cache-helper)

PHP Caching helper. It supports several cache-engine.

- Apc;
- Apcu;
- Memcached;
- Redis;
- Wincache;
- Xcache;
- FileCache (as an alternative or fallback).

Background
----------

[](#background)

The original code taken from [Fatfree](http://fatfreeframework.com) Cache class. Because the original code was very complex for me, i decide to make this repo.

Installation
------------

[](#installation)

`composer require eghojansu/cache-helper:dev-master`

Usage
-----

[](#usage)

Main Cache class will proxy method call to the driver. To use a driver you can pass simple dsn format to first constructor.

```
