cache/filesystem-adapter
A PSR-6 cache adapter for Laravel/PHP using Flysystem to store cache files in a filesystem. Store, retrieve, and manage cache efficiently with filesystem-backed persistence. Supports tagging, hierarchy, and easy configuration via setFolder(). Ideal for Laravel applications needing scalable caching s...
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| league/flysystem-cached-adapter | 0.86 | Caching adapter for Flysystem that speeds up filesystem operations by storing metadata (like directory listings and file info) in a cache backend. Reduces repeated calls to slower storage (S3/FTP) and improves performance in read-heavy scenarios. | 355 | 357 | 61 | 177K | 0 | 4.3 | 38.0 | MIT | 8 years ago | |
| cache/illuminate-adapter | 0.86 | PSR-6 cache pool adapter for Laravel Illuminate cache stores. Wrap any Illuminate\Cache\Store (e.g., ArrayStore) to use via standard PSR-6 CacheItemPoolInterface. Part of the PHP-Cache organization with shared docs on tags and hierarchy. | 11 | 11 | 3 | 321 | 0 | 1.3 | 19.9 | MIT | 4 years ago | |
| cache/doctrine-adapter | 0.84 | PSR-6 cache pool adapter backed by Doctrine Cache. Wraps Doctrine cache drivers (e.g., MemcachedCache) in a standards-compliant PSR-6 CacheItemPool for easy integration with php-cache features like tagging and hierarchy support. | 13 | 15 | 2 | 20K | 0 | 3.1 | 43.8 | MIT | 4 years ago | |
| cache/memcached-adapter | 0.84 | PSR-6 cache pool backed by Memcached. Create a Memcached client, add servers, and use MemcachedCachePool for fast, standards-based caching. Part of the PHP Cache ecosystem with shared docs for tagging and hierarchy support. | 16 | 18 | 4 | 19K | 0 | 2.9 | 42.0 | MIT | 4 years ago | |
| gregwar/cache | 0.84 | gregwar/cache is a lightweight PHP caching library with a simple API for caching values and function results. Supports multiple backends (filesystem, APC/APCu, memcache), TTL expiration, cache namespaces/prefixes, and easy integration into existing apps. | 108 | 112 | 30 | 33K | 4 | 2.8 | 36.0 | MIT | — | |
| jord-jd/do-file-cache-psr-6 | 0.84 | PSR-6 cache adapter for Jord-JD/DO File Cache. Use it to access DO File Cache through standard PSR-6 CacheItemPoolInterface for framework-agnostic caching with Composer-based installation. | 8 | 8 | 12 | 12K | 0 | 21.8 | 50.8 | LGPL-3.0 | 4 days ago | |
| cache/memcache-adapter | 0.84 | PSR-6 cache pool implementation backed by the Memcache extension. Create a Memcache client, connect to your server, and use MemcacheCachePool for standards-based caching. Part of the PHP Cache (php-cache) ecosystem. | 6 | 7 | 4 | 2K | 0 | 2.6 | 34.5 | MIT | 4 years ago | |
| cache/adapter-bundle | 0.84 | — | 30 | 30 | 26 | 2K | 0 | 6.9 | 25.3 | MIT | 7 years ago | |
| cache/adapter-common | 0.84 | Shared classes and interfaces for the PHP Cache organization’s PSR-6 cache pools. Provides common building blocks used across adapters, with support for features like tagging and cache hierarchies via the shared php-cache documentation. | 110 | 111 | 30 | 288K | 0 | 6.4 | 47.2 | MIT | 4 years ago | |
| cache/array-adapter | 0.83 | PSR-6 cache pool implemented with an in-memory PHP array. Zero configuration: just instantiate ArrayCachePool for fast, ephemeral caching in tests or single-request use. Part of the PHP Cache ecosystem with shared docs and optional features info. | 55 | 57 | 15 | 74K | 0 | 4.4 | 42.9 | MIT | 4 years ago | |
| psr/simple-cache | 0.83 | PSR-16 Simple Cache interfaces from PHP-FIG. Defines a common API for cache implementations (get/set/delete, TTL, etc.) but provides no caching itself. Use this package to type-hint against the standard and pair with any compatible cache provider. | 8,079 | 8,101 | 56 | 15M | 0 | 29.1 | 46.6 | MIT | 4 years ago | |
| laminas/laminas-cache-storage-adapter-filesystem | 0.83 | Filesystem storage adapter for laminas-cache. Provides a cache backend that persists items on disk with configurable options and integration with Laminas Cache storage interfaces, suitable for local or shared filesystem caching. | 7 | 7 | 16 | 92K | 4 | 19.0 | 62.9 | BSD-3-Clause | 4 months ago | |
| doctrine/cache | 0.83 | Doctrine Cache is a legacy cache component extracted from Doctrine Common, offering multiple cache drivers and interfaces used across Doctrine projects. Note: the library is deprecated and no longer maintained; prefer a PSR-6 or PSR-16 cache instead. | 7,863 | 7,973 | 212 | 5M | 1 | 40.6 | 38.4 | MIT | 4 years ago | |
| thecodingmachine/cache-utils | 0.83 | Small set of PHP cache helpers by TheCodingMachine: adapters and utilities around PSR-6/PSR-16 caches, including cache wrappers and simple tooling to standardize access, reduce boilerplate, and ease integration in frameworks and libraries. | 2 | 2 | 3 | 34K | 0 | 0.6 | 55.3 | — | 7 years ago | |
| cache/cache | 0.82 | Meta package for the PHP-Cache ecosystem: PSR-6 cache adapters and libraries (tagging, hierarchy, bundles) in one install. Useful for development and contributing, but not actively maintained—new projects should consider Symfony Cache. | 267 | 272 | 80 | 11K | 0 | 7.3 | 29.8 | MIT | 9 years ago | |
| nao-pon/flysystem-cached-extra | 0.82 | — | 37 | 37 | 5 | 14K | 0 | 0.3 | 35.7 | — | — | |
| symfony/cache | 0.82 | Symfony Cache is a fast, low-overhead caching component with PSR-6 implementations and adapters for common backends. Includes a PSR-16 adapter plus support for symfony/cache-contracts CacheInterface and TagAwareCacheInterface. | 4,157 | 4,187 | 65 | 8M | 0 | 56.4 | 53.1 | MIT | 3 weeks ago | |
| league/flysystem | 0.82 | Flysystem is a filesystem abstraction for PHP that lets you work with local disks, S3, FTP, and more through one consistent API. Swap storage backends without changing your code, with adapters, streams, and strong integration across frameworks like Laravel. | 13,578 | 13,954 | 860 | 14M | 84 | 64.8 | 64.2 | MIT | 2 years ago | |
| illuminate/filesystem | 0.82 | Illuminate Filesystem is Laravel’s filesystem abstraction, providing a clean API for local and cloud storage. It supports multiple “disks” (local, S3, FTP, etc.), file operations, streaming, visibility, and configuration via the Flysystem adapter layer. | 152 | 161 | 24 | 1M | 0 | 1.5 | 53.2 | MIT | — | |
| cache/apc-adapter | 0.82 | — | 9 | 9 | 3 | 379 | 0 | 2.8 | 22.0 | MIT | 4 years ago |
How can I help you explore Laravel packages today?