PHPackages                             palanik/slim-apc-cache - 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. palanik/slim-apc-cache

ActiveLibrary[Caching](/categories/caching)

palanik/slim-apc-cache
======================

Cache Middleware for PHP Slim micro framework using APC Cache

0.0.2(11y ago)370MITPHP

Since Feb 3Pushed 11y ago1 watchersCompare

[ Source](https://github.com/palanik/SlimAPCCache)[ Packagist](https://packagist.org/packages/palanik/slim-apc-cache)[ Docs](https://github.com/palanik/SlimAPCCache)[ RSS](/packages/palanik-slim-apc-cache/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

SlimAPCCache
============

[](#slimapccache)

[![Latest Stable Version](https://camo.githubusercontent.com/d5caceb0edc94934dcca0e4deab880ddf5b3cfc49d62a1ab7ca059dfc3aef777/68747470733a2f2f706f7365722e707567782e6f72672f70616c616e696b2f736c696d2d6170632d63616368652f762f737461626c652e737667)](https://packagist.org/packages/palanik/slim-apc-cache)[![License](https://camo.githubusercontent.com/889636577102a2c4a638847e20d23422267cfb05b490b483c47d78d84fd79319/68747470733a2f2f706f7365722e707567782e6f72672f70616c616e696b2f736c696d2d6170632d63616368652f6c6963656e73652e737667)](https://github.com/palanik/SlimAPCCache/blob/master/LICENSE)

Cache Middleware for PHP [Slim micro framework](http://www.slimframework.com/) using [APC Cache](http://www.php.net/manual/en/book.apc.php)

How to Install
--------------

[](#how-to-install)

1. Update your `composer.json` to require the `palanik/slim-apc-cache` package.
2. Run `composer install` to add SlimAPCCache your vendor folder.

```
{
  "require": {
    "palanik/slim-apc-cache": "0.0.2.*"
  }
}
```

\##How to Use this Middleware

```
