All Projects → FriendsOfSymfony → Foshttpcache

FriendsOfSymfony / Foshttpcache

Licence: other
Integrate your PHP application with your HTTP caching proxy

Projects that are alternatives of or similar to Foshttpcache

Docker Magento Mutagen
Mage2click Docker-based development environment for Magento with mutagen.io sync for files on macOS
Stars: ✭ 64 (-79.22%)
Mutual labels:  varnish, nginx
Laravel Varnish
Making Varnish and Laravel play nice together
Stars: ✭ 291 (-5.52%)
Mutual labels:  caching, varnish
Pike
HTTP cache server, such as varnish
Stars: ✭ 155 (-49.68%)
Mutual labels:  caching, varnish
Phalcon Vm
Vagrant configuration for PHP7, Phalcon 3.x and Zephir development.
Stars: ✭ 43 (-86.04%)
Mutual labels:  varnish, nginx
Dockerfile
📦 Dockerfiles from WebDevOps for PHP, Apache and Nginx (with PHP5 and PHP7)
Stars: ✭ 1,169 (+279.55%)
Mutual labels:  varnish, nginx
Awesome Wp Speed Up
Plugins and resources to speed up and optimize your WordPress site.
Stars: ✭ 375 (+21.75%)
Mutual labels:  caching, varnish
varnishtraining
Second iteration of my Varnish training. This version is specifically created for the Symfony Live Berlin 2017 workshop I've presented.
Stars: ✭ 31 (-89.94%)
Mutual labels:  caching, varnish
Flagger
Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
Stars: ✭ 3,337 (+983.44%)
Mutual labels:  nginx
Docker
LibreNMS Docker image based on Alpine Linux and Nginx
Stars: ✭ 283 (-8.12%)
Mutual labels:  nginx
Bazel Remote
A remote cache for Bazel
Stars: ✭ 260 (-15.58%)
Mutual labels:  caching
Yii2 Advanced One Domain Config
A template configuration without separation on the frontend and backend parts on different domains.
Stars: ✭ 258 (-16.23%)
Mutual labels:  nginx
Nginx Resources
A collection of resources covering Nginx, Nginx + Lua, OpenResty and Tengine
Stars: ✭ 2,957 (+860.06%)
Mutual labels:  nginx
Ngx php
ngx_php - Embedded php scripting language for nginx module. All released versions of the code repository.
Stars: ✭ 290 (-5.84%)
Mutual labels:  nginx
Lnmp
Support: Nginx 1.12/1.13 + MySQL 5.5/5.6/5.7/8.0(MariaDB 5.5/10.0/10.1/10.2/10.3) + PHP 5.4/5.5/5.6/7.0/7.1/7.2 + phpMyAdmin(Adminer)
Stars: ✭ 262 (-14.94%)
Mutual labels:  nginx
Kataribe
Access log profiler based on response time
Stars: ✭ 298 (-3.25%)
Mutual labels:  nginx
Rhit
A nginx log explorer
Stars: ✭ 231 (-25%)
Mutual labels:  nginx
Docker Nginx Auto Ssl
Docker image for automatic generation of SSL certs using Let's encrypt and Open Resty
Stars: ✭ 282 (-8.44%)
Mutual labels:  nginx
Nixy
nixy - nginx auto configuration and service discovery for Mesos/Marathon
Stars: ✭ 259 (-15.91%)
Mutual labels:  nginx
Scrapbook
PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APC(u), SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
Stars: ✭ 279 (-9.42%)
Mutual labels:  caching
Awesome Live Stream
Webrtc && Nginx && DASH && Quic 学习资料收集,持续更新中
Stars: ✭ 290 (-5.84%)
Mutual labels:  nginx

FOSHttpCache

Build Status Scrutinizer Quality Score Code Coverage Latest Stable Version

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].