Skip to content

FriendsOfSymfony/FOSHttpCache

Folders and files

NameName
Last commit message
Last commit date
Jan 3, 2025
Jan 1, 2025
Nov 2, 2022
Jan 3, 2025
Jan 3, 2025
Jun 13, 2015
Jul 6, 2022
Jul 7, 2021
Jul 7, 2021
Oct 25, 2023
Dec 22, 2021
Aug 2, 2024
Jan 16, 2015
Jan 13, 2023
May 4, 2024
Jan 3, 2025
Mar 26, 2024

Repository files navigation

FOSHttpCache

CI Scrutinizer Quality Score Code Coverage Latest Stable Version Documentation Status

Introduction

This library integrates your PHP applications with HTTP caching proxies such as Varnish. Use this library to send invalidation requests from your application to the caching proxy and to test your caching and invalidation code against a Varnish setup.

It does this by abstracting some caching concepts and attempting to make sure these can be supported across Varnish, Nginx and Symfony HttpCache.

If you use Symfony, have a look at the FOSHttpCacheBundle. The bundle provides the invalidator as a service, along with a number of Symfony-specific features to help with caching and caching proxies.

Features

Documentation

For more information, see the documentation.

License

This library is released under the MIT license. See the included LICENSE file for more information.