laminas/laminas-cache-storage-adapter-test
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.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| laminas/laminas-cache-storage-adapter-apcu | — | 3 | 3 | 7 | 28K | 1 | 17.2 | 58.9 | BSD-3-Clause | 4 months ago | |
| laminas/laminas-cache-storage-adapter-blackhole | Blackhole cache adapter for Laminas Cache: accepts writes and discards them, always behaving like a cache miss. Useful for disabling caching, testing, or benchmarking without changing code paths. | 2 | 2 | 9 | 32K | 2 | 18.8 | 62.4 | BSD-3-Clause | 4 months ago | |
| laminas/laminas-cache-storage-adapter-ext-mongodb | — | 2 | 2 | 8 | 16K | 2 | 4.3 | 53.6 | BSD-3-Clause | 2 years ago | |
| laminas/laminas-cache-storage-adapter-filesystem | 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-memcached | 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 | |
| laminas/laminas-cache-storage-adapter-memory | 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-adapter-redis | 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-session | 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 |
How can I help you explore Laravel packages today?