flowpack / varnish
Varnish integration for Neos
6.0.0
2025-04-08 09:45 UTC
Requires
- ext-curl: *
- friendsofsymfony/http-cache: ^2.0
- neos/neos: ^9.0
- php-http/curl-client: ^2.2
This package is auto-updated.
Last update: 2026-06-08 12:27:59 UTC
README
Introduction
This package provides an out-of-the-box seamless integration between Varnish and Neos. It basically makes Neos send
Cache-Control headers and BAN requests to Varnish for all document nodes.
Installation
You can install the package as usual with composer:
composer require flowpack/varnish
When installed, Neos sends headers for cache lifetime and cache invalidation requests.
Compatible with Neos 7.x+
Documentation
For more information, see the documentation
Thanks
This package was originally developed at MOC A/S, published as MOC.Varnish and eventually moved to the Flowpack namespace. You find previous PRs and issues there.