Libraries tagged by filesystem cache
gregwar/cache
4592633 Downloads
A lightweight file-system cache system
cache/filesystem-adapter
5965690 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags
matthiasmullie/scrapbook
2729627 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
4321712 Downloads
Laminas cache adapter for filesystem
apix/cache
547174 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.
sarahman/simple-filesystem-cache
147318 Downloads
Simple file system cache library for PHP built on top of PSR-16.
jdorn/file-system-cache
47157 Downloads
an easy way to cache data in the file system
getgrav/cache
124396 Downloads
A lightweight file-system cache system
biigle/laravel-file-cache
35784 Downloads
Fetch and cache files from local filesystem, cloud storage or public webservers in Laravel
cosenary/simple-php-cache
16396 Downloads
A light, simple but powerful PHP5 Cache Class which uses the filesystem for caching.
jgivoni/flysystem-cache-adapter
67079 Downloads
A PSR-6 compliant adapter decorator for Flysystem v3 that caches file metadata to improve performance.
detain/session-samurai
1417 Downloads
🥷 Universal high-speed asynchronous (non-blocking) SessionHandlerInterface implementation for PHP supporting Semaphores, Mysqli, Redis, SQLite3, Symfony/Cache, WinCache, PhpFastCache, PHP-Cache, PDO, Memcached, FlySystem Filesystem, Illuminate, APCu, APC, OpCache, InfluxDB, WinCache, MongoDb and local file storage.
iamfarhad/laravel-prometheus
1971 Downloads
Production-ready Laravel Prometheus metrics package with built-in collectors for HTTP, database, cache, queue, events, errors, filesystem, and mail monitoring
gasmx/filesystem-cache
12933 Downloads
A lightweight and simple PHP package with zero dependencies for caching using filesystem
swayok/cache-filesystem-adapter
104583 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags. Fork of cache/filesystem-adapter.