https://github.com/mittwald/typo3-varnishcache
TYPO3 extension for managing a Varnish cache
https://github.com/mittwald/typo3-varnishcache
typo3-extension varnish-cache
Last synced: 11 months ago
JSON representation
TYPO3 extension for managing a Varnish cache
- Host: GitHub
- URL: https://github.com/mittwald/typo3-varnishcache
- Owner: mittwald
- License: gpl-2.0
- Created: 2015-10-15T09:53:26.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T06:55:44.000Z (about 1 year ago)
- Last Synced: 2025-04-21T14:22:02.756Z (about 1 year ago)
- Topics: typo3-extension, varnish-cache
- Language: PHP
- Size: 197 KB
- Stars: 3
- Watchers: 9
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# varnishcache: Varnish integration into TYPO3 CMS
[](https://packagist.org/packages/mittwald/varnishcache)
[](https://extensions.typo3.org/extension/varnishcache/)

This is an extension for TYPO3 CMS for integrating a Varnish Cache into your TYPO3 project. This includes serving non-cached content via ESI-Tags.
Additionally, you can configure Varnish servers to clear the Varnish Cache for single pages or the entire domain.
## TYPO3 Compatibility
| Version | TYPO3 | PHP | Support/Development |
|---------|-----------|-----------|--------------------------------------|
| 5.x | 13.4 | >= 8.2 | Features, Bugfixes, Security Updates |
| 4.x | 12.4 | >= 8.1 | Features, Bugfixes, Security Updates |
| 3.x | 11.5 | 7.4 - 8.2 | Security Updates |
| 2.x | 10.4 | 7.2 - 7.4 | Security Updates |
| 1.x | 8.7 - 9.5 | 7.0 - 7.4 | Security Updates |