PHPackages                             wshafer/psr11-phpcache - 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. wshafer/psr11-phpcache

ActiveLibrary[Caching](/categories/caching)

wshafer/psr11-phpcache
======================

PHP-Cache Factories for PSR-11

2.0.0(5y ago)22.2k1[1 PRs](https://github.com/wshafer/psr11-phpcache/pulls)BSD-2-ClausePHPPHP ^7.3CI failing

Since Sep 21Pushed 3y ago2 watchersCompare

[ Source](https://github.com/wshafer/psr11-phpcache)[ Packagist](https://packagist.org/packages/wshafer/psr11-phpcache)[ Docs](https://github.com/wshafer/psr11-phpcache)[ RSS](/packages/wshafer-psr11-phpcache/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (9)Versions (5)Used By (0)

[![codecov](https://camo.githubusercontent.com/1679d55b30fee5093e9974e35664e7de0457d6e2989a0b7bc60c40b63097adeb/68747470733a2f2f636f6465636f762e696f2f67682f777368616665722f70737231312d70687063616368652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/wshafer/psr11-phpcache)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/5fb6a048b3c23e74a11fdc86ebef6d5e39f41f6fde252b9f0fd91d03af1cc8bf/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f777368616665722f70737231312d70687063616368652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/wshafer/psr11-phpcache/?branch=master)[![Build Status](https://camo.githubusercontent.com/c15c1291b5780fbe68669001a41d34de80b949bfcbe57a277d3a0f27369dd1ea/68747470733a2f2f7472617669732d63692e6f72672f777368616665722f70737231312d70687063616368652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/wshafer/psr11-phpcache)

PSR-11 PHP Cache
================

[](#psr-11-php-cache)

[PHP Cache](http://www.php-cache.com/en/latest/) Factories for PSR-11

#### Table of Contents

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
- [Containers](#containers)
    - [Pimple](#pimple-example)
    - [Zend Service Manager](#zend-service-manager)
    - [Laminas Service Manager](#laminas-service-manager)
- [Frameworks](#frameworks)
    - [Zend Expressive](#zend-expressive)
    - [Zend Framework 3](#zend-framework-3)
    - [Mezzio](#mezzio)
    - [Slim](#slim)
- [Configuration](#configuration)
    - [Minimal Configuration](#minimal-configuration)
        - [Example](#minimal-example)
    - [Full Configuration](#full-configuration)
        - [Example](#full-example)
- [Adapters](#adapters)
    - [APC](#apc)
    - [APCU](#apcu)
    - [Array](#array)
    - [File System](#file-system)
    - [Memcache](#memcache)
    - [Memcached](#memcached)
    - [MongoDb](#mongodb)
    - [Predis](#predis)
    - [Redis](#redis)
    - [Void](#void)
    - [Doctrine](#doctrine)
    - [Chain](#chain)

Installation
============

[](#installation)

```
composer require wshafer/psr11-phpcache
```

Usage
=====

[](#usage)

```
