Libraries tagged by filesystem cache
gregwar/cache
4231705 Downloads
A lightweight file-system cache system
cache/filesystem-adapter
5087905 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
matthiasmullie/scrapbook
1947525 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.
laminas/laminas-cache-storage-adapter-filesystem
3363604 Downloads
Laminas cache adapter for filesystem
sarahman/simple-filesystem-cache
114360 Downloads
Simple file system cache library for PHP built on top of PSR-16.
apix/cache
526799 Downloads
A thin PSR-6 cache wrapper with a generic interface to various caching backends emphasising cache taggging and indexing to Redis, Memcached, PDO/SQL, APC and other adapters.
swayok/cache-filesystem-adapter
61898 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags. Fork of cache/filesystem-adapter.
jdorn/file-system-cache
43115 Downloads
an easy way to cache data in the file system
getgrav/cache
97598 Downloads
A lightweight file-system cache system
biigle/laravel-file-cache
24377 Downloads
Fetch and cache files from local filesystem, cloud storage or public webservers in Laravel
cosenary/simple-php-cache
16199 Downloads
A light, simple but powerful PHP5 Cache Class which uses the filesystem for caching.
jgivoni/flysystem-cache-adapter
28309 Downloads
A PSR-6 compliant adapter decorator for Flysystem v3 that caches file metadata to improve performance.
gasmx/filesystem-cache
9525 Downloads
A lightweight and simple PHP package with zero dependencies for caching using filesystem
php-extended/php-simple-cache-filesystem
39224 Downloads
A psr-16 compliant cache that uses filesystems to store cache data.
middlewares/filesystem
23440 Downloads
Middleware to save or read responses using Flysystem