laminas/laminas-cache
Laminas Cache provides flexible caching for PHP apps with storage adapters (memory, filesystem, Redis, etc.), plugins, and cache patterns. Includes PSR-6/PSR-16 support, configuration options, and utilities for improving performance and reducing expensive operations.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| laminas/laminas-cache-storage-adapter-redis | 0.90 | Redis storage adapter for Laminas Cache. Provides a Redis-backed cache implementation with configurable options for connecting to Redis and storing cache items efficiently, suitable for applications needing fast, shared caching. | 7 | 7 | 15 | 47K | 6 | 16.1 | 57.7 | BSD-3-Clause | 7 months ago | |
| laminas/laminas-cache-storage-adapter-filesystem | 0.90 | 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 | |
| laminas/laminas-cache-storage-adapter-session | 0.90 | Session-based cache storage adapter for Laminas Cache. Stores cached items in PHP sessions, useful for per-user caching and small transient data. Integrates with Laminas\Cache\Storage; suitable for apps already relying on session state. | 4 | 4 | 4 | 17K | 1 | 3.4 | 50.2 | BSD-3-Clause | 2 years ago | |
| laminas/laminas-cache-storage-adapter-test | 0.90 | Test adapter for laminas-cache storage, providing utilities for testing cache implementations. Useful in CI and unit tests to verify behavior of cache adapters and storage plugins within Laminas applications. | 1 | 1 | 10 | 760 | 2 | 20.4 | 40.9 | BSD-3-Clause | 4 months ago | |
| laminas/laminas-cache-storage-adapter-memcached | 0.88 | Memcached storage adapter for Laminas Cache. Provides a cache storage implementation backed by the PHP Memcached extension, supporting common cache operations, options, and integration with Laminas cache plugins and configuration. | 1 | 1 | 8 | 46K | 1 | 4.6 | 56.3 | BSD-3-Clause | 1 year ago | |
| mostafaznv/laracache | 0.88 | — | 272 | 272 | 6 | 2K | 0 | 22.3 | 12.9 | MIT | 3 months ago | |
| desarrolla2/cache | 0.88 | Immutable PSR-16 simple cache library for PHP with multiple adapters (APCu, File, Memcached, Redis, MongoDB, etc.) plus a Chain adapter. Supports configurable options like default TTL via withOption/withOptions. Aims to be complete, correct, and fast. | 135 | 147 | 37 | 17K | 0 | 2.4 | 28.9 | MIT | 7 years ago | |
| zetacomponents/cache | 0.87 | — | 6 | 6 | 9 | 2K | 0 | 0.6 | 34.4 | NOASSERTION | — | |
| nette/caching | 0.87 | 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 | 187K | 14 | 33.6 | 48.7 | NOASSERTION | 2 months ago | |
| boson/cache-bundle | 0.86 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| barryvdh/laravel-httpcache | 0.86 | Adds HTTP caching to Laravel using Symfony HttpCache. Supports reverse proxy-style caching, cache invalidation, and ESI, helping you speed up responses while keeping dynamic content fresh with simple middleware and configuration. | 502 | 512 | 39 | 2K | 23 | 35.5 | 18.8 | — | 1 week ago | |
| iazaran/smart-cache | 0.86 | Drop-in replacement for Laravel’s Cache facade that automatically compresses and chunks large values, deduplicates unchanged writes, self-heals corrupted entries, and performs cost-aware eviction. Works with existing code (PHP 8.1+, Laravel 8–13). | 211 | 211 | 8 | 2K | 0 | 30.0 | 16.5 | MIT | 1 month ago | |
| adibox/adibox-cache-bundle | 0.85 | Laravel cache bundle for Adibox projects, providing ready-to-use cache configuration and integration helpers. Simplifies setting up cache drivers, prefixes, and environment-based defaults across apps with a consistent, reusable package. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| laminas/laminas-cache-storage-adapter-memory | 0.85 | In-memory cache storage adapter for Laminas Cache. Provides a simple, fast, non-persistent cache for the current PHP process, useful for testing, prototyping, or per-request caching without external services. | 4 | 4 | 12 | 71K | 1 | 17.1 | 61.7 | BSD-3-Clause | 4 months ago | |
| laminas/laminas-cache-storage-deprecated-factory | 0.83 | — | 2 | 2 | 7 | 22K | 0 | 1.4 | 53.3 | — | 1 year ago | |
| laminas/laminas-cache-storage-adapter-ext-mongodb | 0.80 | — | 2 | 2 | 8 | 16K | 2 | 4.3 | 53.6 | BSD-3-Clause | 2 years ago |
How can I help you explore Laravel packages today?