PHPackages                             zfegg/psr11-symfony-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. zfegg/psr11-symfony-cache

ActiveLibrary[Caching](/categories/caching)

zfegg/psr11-symfony-cache
=========================

Symfony Cache Component Factories for PSR-11

0.4.0(1y ago)024MITPHPPHP ^8.2

Since Sep 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/zfegg/psr11-symfony-cache)[ Packagist](https://packagist.org/packages/zfegg/psr11-symfony-cache)[ Docs](https://github.com/zfegg/psr11-symfony-cache)[ RSS](/packages/zfegg-psr11-symfony-cache/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (10)Versions (6)Used By (0)

PSR-11 Symfony Cache
====================

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

[![GitHub Actions: Run tests](https://github.com/zfegg/psr11-symfony-cache/workflows/qa/badge.svg)](https://github.com/zfegg/psr11-symfony-cache/actions?query=workflow%3A%22qa%22)[![Coverage Status](https://camo.githubusercontent.com/35428cd76129141eff5f378236e900f5864eef22c58ddcd3aa932163bf2911b1/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7a666567672f70737231312d73796d666f6e792d63616368652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/zfegg/psr11-symfony-cache?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/fa1973654ddd02f4acf636f76ca972ef7ee9e19d91ff758ae5826363df81d56b/68747470733a2f2f706f7365722e707567782e6f72672f7a666567672f70737231312d73796d666f6e792d63616368652f76)](https://packagist.org/packages/zfegg/psr11-symfony-cache)[![Total Downloads](https://camo.githubusercontent.com/4543fc31ea909b4b3326a8ac2ab9256e2e742b21ed327d8f356b6ad361ff641c/68747470733a2f2f706f7365722e707567782e6f72672f7a666567672f70737231312d73796d666f6e792d63616368652f646f776e6c6f616473)](https://packagist.org/packages/zfegg/psr11-symfony-cache)[![License](https://camo.githubusercontent.com/875a123e1470eee5f001fba327a3974ae4f910ff95884ec0a6101bca09067e04/68747470733a2f2f706f7365722e707567782e6f72672f7a666567672f70737231312d73796d666f6e792d63616368652f6c6963656e7365)](https://packagist.org/packages/zfegg/psr11-symfony-cache)[![PHP Version Require](https://camo.githubusercontent.com/71314d874518673d0822548fcba6848b01ccf1308cad7e91cb1f71bb69ed186e/68747470733a2f2f706f7365722e707567782e6f72672f7a666567672f70737231312d73796d666f6e792d63616368652f726571756972652f706870)](https://packagist.org/packages/zfegg/psr11-symfony-cache)

[Symfony Cache Component](https://symfony.com/doc/current/components/cache.html) Factories for PSR-11.

#### Table of Contents

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
- [Containers](#containers)
    - [Pimple](#pimple-example)
    - [Laminas Service Manager](#laminas-service-manager)
- [Frameworks](#frameworks)
    - [Mezzio](#mezzio)
    - [Laminas](#laminas)
    - [Slim](#slim)
- [Configuration](#configuration)
    - [Minimal Configuration](#minimal-configuration)
        - [Example](#minimal-example)
    - [Full Configuration](#full-configuration)
        - [Example](#full-example)
    - [Adaptors](#adaptors)
        - [APCu](#apcu)
        - [Array](#array)
        - [Chain](#chain)
        - [Couchbase](#couchbase)
        - [Filesystem](#filesystem)
        - [Memcached](#memcached)
        - [PDO &amp; Doctrine DBAL](#pdo-and-doctrine-dbal)
        - [PHP Array](#php-array)
        - [PHP Files](#php-files)
        - [Proxy](#proxy)
        - [Redis](#redis)

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

[](#installation)

```
composer require zfegg/psr11-symfony-cache
```

Usage
=====

[](#usage)

```
