https://github.com/flowpack/varnish
Varnish integration for Neos CMS
https://github.com/flowpack/varnish
neoscms
Last synced: 12 months ago
JSON representation
Varnish integration for Neos CMS
- Host: GitHub
- URL: https://github.com/flowpack/varnish
- Owner: Flowpack
- License: mit
- Created: 2014-08-25T11:23:54.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T11:32:47.000Z (about 1 year ago)
- Last Synced: 2025-03-29T15:08:23.725Z (12 months ago)
- Topics: neoscms
- Language: PHP
- Homepage:
- Size: 536 KB
- Stars: 20
- Watchers: 12
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Varnish
[](https://travis-ci.com/github/Flowpack/varnish)
[](https://packagist.org/packages/flowpack/varnish)
[](https://packagist.org/packages/flowpack/varnish)
[](https://packagist.org/packages/flowpack/varnish)
## 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:
```bash
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](Documentation/Index.rst)
## 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](https://github.com/mocdk/MOC.Varnish).