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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| laminas/laminas-cache-storage-adapter-session | 0.97 | 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 | 20K | 1 | 3.4 | 51.2 | BSD-3-Clause | 2 years ago | |
| laminas/laminas-cache-storage-adapter-blackhole | 0.96 | 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 | 42K | 2 | 21.4 | 63.7 | BSD-3-Clause | 2 months ago | |
| laminas/laminas-cache-storage-adapter-ext-mongodb | 0.93 | — | 2 | 2 | 8 | 18K | 2 | 4.3 | 54.5 | BSD-3-Clause | 1 year ago | |
| laminas/laminas-cache-storage-adapter-test | 0.91 | Test adapter for Laminas Cache storage. Provides a lightweight in-memory storage implementation useful for unit tests and CI, enabling predictable cache behavior without external services or persistent backends. | 1 | 1 | 10 | 730 | 2 | 22.9 | 41.1 | BSD-3-Clause | 2 months ago | |
| laminas/laminas-cache-storage-adapter-filesystem | 0.89 | 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 | 107K | 4 | 22.0 | 64.4 | BSD-3-Clause | 2 months ago | |
| laminas/laminas-diagnostics | 0.87 | Run health checks for your PHP/Laminas apps and environments. laminas-diagnostics provides diagnostic tests and reporting for common issues, with an extensible API for custom checks and CI-friendly output. | 83 | 83 | 34 | 126K | 3 | 25.6 | 53.4 | BSD-3-Clause | 3 months ago | |
| laminas/laminas-cache-storage-deprecated-factory | 0.87 | — | 2 | 2 | 7 | 25K | 0 | 1.4 | 54.2 | — | 1 year ago | |
| laminas/laminas-cache-storage-adapter-benchmark | 0.87 | Benchmark adapter for laminas-cache to measure cache storage performance. Wrap a cache storage to record timing and profiling data for reads/writes, helping compare adapters and spot slow operations during testing and tuning. | 0 | 0 | 5 | 336 | 1 | 17.3 | 39.6 | — | 2 months ago | |
| laminas/laminas-uri | 0.87 | Laminas URI provides a robust, standards-aware way to parse, validate, build, and manipulate URIs/URLs in PHP. It handles components like scheme, host, port, path, query, and fragment, with helpers for normalization and safe encoding. | 38 | 39 | 14 | 905K | 0 | 13.5 | 60.2 | BSD-3-Clause | 6 months ago | |
| laminas/laminas-cache-storage-adapter-redis | 0.86 | 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 | 53K | 6 | 19.0 | 60.0 | BSD-3-Clause | 5 months ago | |
| laminas/laminas-cache-storage-adapter-memcached | 0.86 | 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 | 49K | 1 | 4.6 | 56.3 | BSD-3-Clause | 1 year ago | |
| laminas/laminas-cache-storage-adapter-apcu | 0.85 | — | 3 | 3 | 7 | 28K | 1 | 20.1 | 60.3 | BSD-3-Clause | 2 months ago | |
| laminas/laminas-cache | 0.85 | 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. | 106 | 107 | 59 | 146K | 9 | 30.1 | 54.1 | BSD-3-Clause | 2 months 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 | 17K | 0 | 2.9 | 41.5 | MIT | 4 years ago |
How can I help you explore Laravel packages today?