cache/adapter-bundle

A bundle that registers cache implementations as Symfony services supporting PSR-6 and tagging

Maintainers

👁 Nyholm

Package info

github.com/php-cache/adapter-bundle

Type:symfony-bundle

pkg:composer/cache/adapter-bundle

Statistics

Installs: 912 932

Dependents: 12

Suggesters: 12

Stars: 30

1.3.1 2019-06-26 09:30 UTC

Requires

Suggests

  • cache/*-adapter: A actual implementation of PSR-6 cache
  • cache/cache-bundle: To integrate with the symfony framework

Provides

None

Conflicts

None

Replaces

None

MIT 5b0254f4153e4bfdae0d762c8a6a52094c2bf1b1

This package is auto-updated.

Last update: 2026-06-29 01:19:21 UTC


README

👁 Latest Stable Version
👁 codecov.io
👁 Build Status
👁 Total Downloads
👁 Monthly Downloads
👁 Quality Score
👁 SensioLabsInsight
👁 Software License

This bundle helps you configurate and register PSR-6 cache services. It is a part of the PHP Cache organisation. To read about features like tagging and hierarchy support please read the shared documentation at www.php-cache.com.

To Install

Run the following in your project root, assuming you have composer set up for your project

composer require cache/adapter-bundle

Add the bundle to app/AppKernel.php

$bundles = [
 // ...
 new Cache\AdapterBundle\CacheAdapterBundle(),
];

Read the documentation at www.php-cache.com/symfony/adapter-bundle.

Contribute

Contributions are very welcome! Send a pull request or report any issues you find on the issue tracker.