Libraries tagged by file caching
mmamedov/page-cache
11833 Downloads
PageCache is a lightweight PHP library for full page cache. It uses various strategies to differentiate among separate versions of the same page.
duncan3dc/helpers
187792 Downloads
A collection of useful helper classes
wearerequired/translations-cache
2400 Downloads
Reduces file reads for translations by caching the first read via APCu.
devfactory/imagecache
18250 Downloads
Laravel package for generating thumbnails of images and caching them in your public files folder.
inpsyde/translation-cache
4756 Downloads
Improves site performance by caching translation files using WordPress object cache.
zeelot/kohana-media
17477 Downloads
Using the Kohana cascading file system to serve media assets
silviooosilva/cacheer-php
64 Downloads
CacheerPHP is a minimalist package for caching in PHP, offering a simple interface for storing and retrieving cached data using multiple backends.
nawawi/docket-cache
32 Downloads
A persistent object cache stored as a plain PHP code, accelerates caching with OPcache backend.
mvccore/ext-view-helper-assets
755 Downloads
MvcCore - Extension - View - Helper - Assets - to group, render, minify and cache javascript and css files, to prepare all application assets for final application packing.
flightphp/cache
153 Downloads
Light, simple and standalone PHP in-file caching class
mouf/utils.cache.cache-interface
376172 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.
hejunjie/cache
282 Downloads
基于装饰器模式实现的多层缓存系统,支持内存、文件、本地与远程缓存组合,提升缓存命中率,简化缓存管理逻辑 | A layered caching system built with the decorator pattern. Supports combining memory, file, local, and remote caches to improve hit rates and simplify cache logic.
nguyenanhung/php-file-cache
6969 Downloads
Light, simple and standalone PHP in-file caching class
perf/caching
465 Downloads
Allows to store data with caching engines (Memcache, file system, etc).
peroks/guzzle-file-cache
60 Downloads
A lightweight file cache for Guzzle 7+ implementing the PSR-16 Caching Interface