Libraries tagged by caih
silber/page-cache
333905 Downloads
Caches responses as static files on disk for lightning fast page loads.
mage2tv/magento-cache-clean
1601339 Downloads
A faster drop in replacement for bin/magento cache:clean with file watcher
laminas/laminas-cache
4906546 Downloads
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
gregwar/cache
3955244 Downloads
A lightweight file-system cache system
cache/hierarchical-cache
13135386 Downloads
A helper trait and interface to your PSR-6 cache to support hierarchical keys.
beste/in-memory-cache
1829915 Downloads
A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.
asm89/twig-cache-extension
6277072 Downloads
Cache fragments of templates directly within Twig.
wp-media/wp-rocket
933500 Downloads
Performance optimization plugin for WordPress
spatie/blink
3009937 Downloads
Cache that expires in the blink of an eye
overblog/dataloader-php
2839829 Downloads
DataLoaderPhp is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching.
matthiasmullie/scrapbook
1540840 Downloads
Scrapbook is a PHP cache library, with adapters for e.g. Memcached, Redis, Couchbase, APCu, SQL and additional capabilities (e.g. transactions, stampede protection) built on top.
laravel-lang/common
1152531 Downloads
Easily connect the necessary language packs to the application
kirkbushell/eloquence
569859 Downloads
A set of extensions adding additional functionality and consistency to Laravel's awesome Eloquent library.
cache/filesystem-adapter
4487544 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/array-adapter
6806312 Downloads
A PSR-6 cache implementation using a php array. This implementation supports tags