Libraries tagged by caih
mrclay/minify
13236914 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
laravel-lang/lang
5236728 Downloads
List of 126 languages for Laravel Framework, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova, Laravel Spark and Laravel UI
rennokki/laravel-eloquent-query-cache
2522676 Downloads
Adding cache on your Laravel Eloquent queries' results is now a breeze.
php-http/cache-plugin
17682640 Downloads
PSR-6 Cache plugin for HTTPlug
nette/caching
14306980 Downloads
⏱ Nette Caching: library with easy-to-use API and many cache backends.
league/flysystem-cached-adapter
24349638 Downloads
An adapter decorator to enable meta-data caching.
kevinrob/guzzle-cache-middleware
12270629 Downloads
A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)
illuminate/cache
28289649 Downloads
The Illuminate Cache package.
gordalina/cachetool
2905058 Downloads
Manage your OPcache & APCu cache through the CLI
genealabs/laravel-model-caching
3554423 Downloads
Automatic caching for Eloquent models.
friendsofsymfony/http-cache-bundle
10456913 Downloads
Set path based HTTP cache headers and send invalidation requests to your HTTP cache
friendsofsymfony/http-cache
11802342 Downloads
Tools to manage HTTP caching proxies with PHP
colinmollenhour/cache-backend-redis
18460982 Downloads
Zend_Cache backend using Redis with full support for tags.
colinmollenhour/cache-backend-file
18212333 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.
amphp/cache
11991720 Downloads
A fiber-aware cache API based on Amp and Revolt.