Libraries tagged by caching
miradnan/laravel-model-caching
18960 Downloads
Adding cache for Laravel Eloquent queries
contributte/psr6-caching
813460 Downloads
PSR-6 (Caching Interface) adapter for Nette Caching
hiraeth/caching-imp
Downloads
brightfish/caching-guzzle
32804 Downloads
Cache HTTP responses through Guzzle middleware
zeelot/kohana-media
18782 Downloads
Using the Kohana cascading file system to serve media assets
stefangabos/zebra_database
12847 Downloads
An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.
rapidwebltd/rw-file-cache
196778 Downloads
RW File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.
pear2/cache_shm
36829 Downloads
Wrapper for shared memory and locking functionality across different PHP extensions.
paragonie/easydb-cache
23688 Downloads
Caching Adapter for EasyDB (caches Prepared Statements to reduce round trips)
panicdevs/modulite
552 Downloads
Automatic Filament Panel Provider discovery for modular Laravel applications with multi-layer caching and performance optimization
nielse63/phpimagecache
13353 Downloads
Image Cache is a very simple PHP module that accepts an image source and will compress and cache the file, move it to a new directory, and return the cache source for the image.
momentohq/client-sdk-php
109975 Downloads
PHP SDK for Momento, a serverless cache that automatically scales without any of the operational overhead required by traditional caching solutions.
mmamedov/page-cache
13559 Downloads
PageCache is a lightweight PHP library for full page cache. It uses various strategies to differentiate among separate versions of the same page.
jeroen/file-fetcher-cache
170322 Downloads
Provides a SimpleCache (PSR-16) decorator for file fetchers
jamm/memory
27227 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.