moc / varnish
Varnish integration for Neos
Installs: 24 830
Dependents: 0
Suggesters: 0
Security: 0
Stars: 21
Watchers: 13
Forks: 16
Open Issues: 2
Type:neos-package
Requires
- friendsofsymfony/http-cache: ^2.0
- neos/neos: ^7.0 || ^8.0
- php-http/curl-client: ^2.2
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.0
- dev-master / 4.1.x-dev
- 4.1.0
- 4.0.x-dev
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-alpha1
- 3.1.0
- 3.0.x-dev
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.2.0
- 2.1.0
- 2.0.x-dev
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.x-dev
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.1.0
This package is auto-updated.
Last update: 2024-08-05 13:54:43 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.