cache/namespaced-cache
PSR-6 cache pool decorator that adds namespaces on top of a hierarchical cache (e.g., Redis). Wrap an existing cache pool and automatically prefix keys per namespace, helping isolate apps/modules while reusing the same backend.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cache/prefixed-cache | 0.85 | PSR-6 cache pool decorator that prefixes all cache item keys with a predefined string. Wrap any PSR-6 cache (e.g., Redis) to safely namespace entries per app, tenant, or module. Part of the PHP-Cache ecosystem. | 2 | 2 | 1 | 1K | 0 | 1.8 | 35.1 | MIT | 4 years ago | |
| craftcms/laravel-dependency-aware-cache | 0.85 | Laravel cache extension that tracks dependencies and automatically invalidates cached items when related keys change. Useful for keeping derived or aggregated data fresh without manual cache flushing. Designed for straightforward integration with Laravel’s cache system. | 2 | 2 | 0 | 8K | 0 | 18.4 | 53.2 | BSD-3-Clause | 3 months ago | |
| nette/caching | 0.84 | Nette Caching is a lightweight PHP caching library with a simple API and multiple storage backends (file, memory, etc.). Supports cache expiration, dependencies, tags, and automatic invalidation to speed up applications with minimal setup. | 437 | 442 | 43 | 188K | 14 | 32.8 | 48.4 | NOASSERTION | 2 months ago | |
| spatie/laravel-responsecache | 0.84 | Cache full Laravel responses to speed up your app. Automatically caches successful text-based GET requests (HTML/JSON), with easy middleware per route, configurable lifetimes, and optional stale-while-revalidate “grace” caching to refresh in the background. | 2,812 | 2,827 | 244 | 272K | 1 | 47.7 | 31.5 | MIT | 2 months ago | |
| league/flysystem-cached-adapter | 0.84 | 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 | |
| psr-discovery/cache-implementations | 0.84 | Discovers installed PSR-6 cache implementations at runtime and returns the first available adapter, avoiding hard dependencies in libraries/SDKs. Supports php-cache adapters and Stash, with options to prefer or manually instantiate configurable caches. | 8 | 8 | 1 | 455K | 0 | 1.3 | 55.3 | MIT | 1 year ago | |
| bigyouth/page-cache-bundle | 0.84 | — | 4 | 4 | 0 | 0 | 0 | 0.6 | — | MIT | 6 years ago | |
| fig/cache-util | 0.84 | Utilities for building PSR-6 cache libraries: traits and base classes that handle common boilerplate for cache pools and items. Includes a simple in-memory PSR-6 implementation for demos and debugging (not production-ready). | 36 | 38 | 12 | 2K | 1 | 0.6 | 22.4 | MIT | — | |
| kevinrob/guzzle-cache-middleware | 0.84 | RFC 7234–compliant HTTP cache middleware for Guzzle 6+ using a HandlerStack. Improve API call performance with transparent caching. Supports PSR-7 and multiple storages: Laravel cache, Flysystem, PSR-6/16, and WordPress object cache. | 435 | 440 | 80 | 405K | 20 | 40.2 | 56.0 | MIT | 3 days ago | |
| jord-jd/do-file-cache | 0.84 | Laravel file cache driver that stores cache entries as PHP “.do” files. Simple, fast, git-friendly caching for local/dev use, with easy setup and predictable files you can inspect, commit, or clear without a database. | 15 | 15 | 5 | 12K | 0 | 23.7 | 46.8 | LGPL-3.0 | 2 weeks ago | |
| elipzis/laravel-cacheable-model | 0.84 | — | 157 | 157 | 14 | 2K | 0 | 19.8 | 16.7 | MIT | 2 months ago | |
| nnjeim/persist | 0.83 | — | 1 | 1 | 0 | 0 | 0 | 0.6 | — | MIT | 4 years ago | |
| cache/adapter-bundle | 0.83 | — | 30 | 30 | 26 | 2K | 0 | 6.9 | 25.3 | MIT | 7 years ago | |
| neurony/laravel-query-cache | 0.83 | — | 48 | 48 | 9 | 197 | 2 | 2.7 | 9.7 | MIT | 6 years ago | |
| cache/illuminate-adapter | 0.83 | 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 | 421 | 0 | 1.3 | 21.5 | MIT | 4 years ago | |
| mostafaznv/nova-laracache | 0.83 | — | 11 | 11 | 1 | 322 | 0 | 18.8 | 22.5 | MIT | 3 months ago | |
| zetacomponents/cache | 0.83 | — | 6 | 6 | 9 | 2K | 0 | 0.6 | 33.8 | NOASSERTION | — | |
| becklyn/cache | 0.83 | — | 1 | 1 | 0 | 131 | 0 | 0.9 | 25.2 | BSD-3-Clause | 4 years ago | |
| astrotomic/laravel-cachable-attributes | 0.83 | — | 32 | 32 | 3 | 291 | 1 | 2.0 | 13.7 | MIT | 3 years ago | |
| boson/cache-bundle | 0.83 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — |
How can I help you explore Laravel packages today?