PHPackages                             danilovl/cache-response-bundle - 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. danilovl/cache-response-bundle

ActiveSymfony-bundle[Caching](/categories/caching)

danilovl/cache-response-bundle
==============================

Symfony bundle provides cache controller response

v1.0.0(4mo ago)0132MITPHPPHP ^8.5

Since Jun 9Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/danilovl/cache-response-bundle)[ Packagist](https://packagist.org/packages/danilovl/cache-response-bundle)[ RSS](/packages/danilovl-cache-response-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (11)Versions (28)Used By (0)

[![phpunit](https://github.com/danilovl/cache-response-bundle/actions/workflows/phpunit.yml/badge.svg)](https://github.com/danilovl/cache-response-bundle/actions/workflows/phpunit.yml)[![downloads](https://camo.githubusercontent.com/49c688ac4ec8a9dd46e84619e5cc892040ef383191dd7a3bbdd4cc8e48b5b7fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64616e696c6f766c2f63616368652d726573706f6e73652d62756e646c65)](https://packagist.org/packages/danilovl/cache-response-bundle)[![latest Stable Version](https://camo.githubusercontent.com/272785512945abf200733320cd43f1330b5d00fde7451fc0e23df9f241c09738/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616e696c6f766c2f63616368652d726573706f6e73652d62756e646c65)](https://packagist.org/packages/danilovl/cache-response-bundle)[![license](https://camo.githubusercontent.com/298761539e54116b3d0b55996b8271a333e4b4f7794edfb66d73156289e2bf0c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f64616e696c6f766c2f63616368652d726573706f6e73652d62756e646c65)](https://packagist.org/packages/danilovl/cache-response-bundle)

CacheResponseBundle
===================

[](#cacheresponsebundle)

About
-----

[](#about)

This Symfony bundle provides simple response caching.

Before:

[![Alt text](/.github/readme/profiler_before.png?raw=true "Profiler before")](/.github/readme/profiler_before.png?raw=true)

After:

[![Alt text](/.github/readme/profiler_after.png?raw=true "Profiler after")](/.github/readme/profiler_after.png?raw=true)

### Requirements

[](#requirements)

- PHP 8.5 or higher
- Symfony 8.0 or higher

### 1. Installation

[](#1-installation)

Install the `danilovl/cache-response-bundle` package with Composer:

```
composer require danilovl/cache-response-bundle
```

Add the `CacheResponseBundle` to your application's bundles if it is not added automatically:

```
