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 | 17K | 1 | 3.4 | 50.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 | 32K | 2 | 18.8 | 62.4 | BSD-3-Clause | 4 months ago | |
| laminas/laminas-cache-storage-adapter-ext-mongodb | 0.93 | — | 2 | 2 | 8 | 16K | 2 | 4.3 | 53.6 | BSD-3-Clause | 2 years 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 | 92K | 4 | 19.0 | 62.9 | BSD-3-Clause | 4 months ago | |
| laminas/laminas-cache-storage-adapter-apcu | 0.88 | — | 3 | 3 | 7 | 28K | 1 | 17.2 | 58.9 | BSD-3-Clause | 4 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. | 85 | 84 | 32 | 117K | 3 | 23.2 | 52.5 | BSD-3-Clause | 4 months ago | |
| laminas/laminas-cache-storage-deprecated-factory | 0.87 | — | 2 | 2 | 7 | 22K | 0 | 1.4 | 53.3 | — | 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 | 258 | 1 | 14.9 | 37.1 | — | 4 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 | 841K | 0 | 11.4 | 59.2 | BSD-3-Clause | 7 months ago | |
| laminas/laminas-cache | 0.86 | 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. | 107 | 108 | 61 | 136K | 9 | 27.2 | 52.3 | BSD-3-Clause | 4 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 | 47K | 6 | 16.1 | 57.7 | BSD-3-Clause | 7 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 | 46K | 1 | 4.6 | 56.3 | BSD-3-Clause | 1 year 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 |
How can I help you explore Laravel packages today?