Libraries tagged by cahce
doctrine/doctrine-cache-bundle
84372083 Downloads
Symfony Bundle for Doctrine Cache
spatie/once
30107032 Downloads
A magic memoization function
spatie/laravel-responsecache
9226284 Downloads
Speed up a Laravel application by caching the entire response
prettus/l5-repository
11501096 Downloads
Laravel 8|9|10|11|12|13 - Repositories to the database layer
mrclay/minify
19144011 Downloads
Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers
rennokki/laravel-eloquent-query-cache
4451810 Downloads
Adding cache on your Laravel Eloquent queries' results is now a breeze.
php-http/cache-plugin
26604458 Downloads
PSR-6 Cache plugin for HTTPlug
league/flysystem-cached-adapter
27630230 Downloads
An adapter decorator to enable meta-data caching.
kevinrob/guzzle-cache-middleware
18968439 Downloads
A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)
illuminate/cache
37456344 Downloads
The Illuminate Cache package.
gordalina/cachetool
3927333 Downloads
Manage your OPcache & APCu cache through the CLI
friendsofsymfony/http-cache-bundle
14061012 Downloads
Set path based HTTP cache headers and send invalidation requests to your HTTP cache
friendsofsymfony/http-cache
15550777 Downloads
Tools to manage HTTP caching proxies with PHP
colinmollenhour/cache-backend-redis
24252115 Downloads
Zend_Cache backend using Redis with full support for tags.
colinmollenhour/cache-backend-file
23752365 Downloads
The stock Zend_Cache_Backend_File backend has extremely poor performance for cleaning by tags making it become unusable as the number of cached items increases. This backend makes many changes resulting in a huge performance boost, especially for tag cleaning.