cache/redis-adapter
PSR-6 cache pool backed by Redis using the PhpRedis extension. Part of the PHP Cache ecosystem, with shared docs for advanced features like tagging and hierarchy. Supports Redis, RedisArray, and RedisCluster clients.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cache/predis-adapter | 0.90 | PSR-6 cache pool implementation backed by Predis (Redis) from the PHP Cache organization. Create a Predis\Client and wrap it in PredisCachePool for fast, standards-compliant caching with shared features like tagging and hierarchy support. | 24 | 27 | 18 | 21K | 0 | 4.0 | 40.3 | MIT | 4 years ago | |
| cache/memcached-adapter | 0.88 | 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 | |
| laminas/laminas-cache-storage-adapter-redis | 0.87 | 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 | 15.5 | 57.1 | BSD-3-Clause | 7 months ago | |
| cache/illuminate-adapter | 0.87 | 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 | |
| nnjeim/persist | 0.86 | — | 1 | 1 | 0 | 0 | 0 | 0.6 | — | MIT | 4 years ago | |
| bash/cache-bundle | 0.86 | — | 0 | 0 | 0 | 1 | 0 | 4.6 | 19.3 | — | 2 years ago | |
| cache/doctrine-adapter | 0.86 | PSR-6 cache pool adapter backed by Doctrine Cache. Wraps Doctrine cache drivers (e.g., MemcachedCache) in a standards-compliant PSR-6 CacheItemPool for easy integration with php-cache features like tagging and hierarchy support. | 13 | 15 | 2 | 20K | 0 | 3.1 | 43.8 | MIT | 4 years ago | |
| symfony/cache | 0.86 | Symfony Cache is a fast, low-overhead caching component with PSR-6 implementations and adapters for common backends. Includes a PSR-16 adapter plus support for symfony/cache-contracts CacheInterface and TagAwareCacheInterface. | 4,154 | 4,180 | 66 | 9M | 0 | 57.4 | 53.7 | MIT | 1 week ago | |
| cursedcoder/dark-redis-list-bundle | 0.86 | — | 5 | 5 | 2 | 0 | 0 | 0.1 | — | MIT | — | |
| thecodingmachine/cache-utils | 0.86 | Small set of PHP cache helpers by TheCodingMachine: adapters and utilities around PSR-6/PSR-16 caches, including cache wrappers and simple tooling to standardize access, reduce boilerplate, and ease integration in frameworks and libraries. | 2 | 2 | 3 | 34K | 0 | 0.6 | 55.3 | — | 7 years ago | |
| mostafaznv/laracache | 0.86 | — | 272 | 272 | 6 | 2K | 0 | 21.6 | 13.0 | MIT | 3 months ago | |
| desarrolla2/cache | 0.86 | 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 | 148 | 37 | 16K | 0 | 2.4 | 28.5 | MIT | 7 years ago | |
| laminas/laminas-cache-storage-adapter-filesystem | 0.86 | 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 | 90K | 4 | 18.2 | 62.5 | BSD-3-Clause | 4 months ago | |
| becklyn/cache | 0.85 | — | 1 | 1 | 0 | 131 | 0 | 0.9 | 25.2 | BSD-3-Clause | 4 years ago | |
| beste/in-memory-cache | 0.85 | PSR-6 in-memory cache for PHP, ideal as a default cache or for tests. Lightweight CacheItemPool implementation with support for expiration and optional PSR-20 clock injection (e.g., frozen clocks) to control time in tests. | 26 | 25 | 0 | 1M | 0 | 17.6 | 62.7 | MIT | 3 months ago | |
| edsi-tech/redis-guzzle-cache | 0.85 | — | 0 | 0 | 0 | 0 | 0 | 0.9 | — | — | 11 years ago | |
| laminas/laminas-cache-storage-adapter-memcached | 0.85 | 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 | |
| sonata-project/cache | 0.85 | Deprecated Sonata cache library providing adapters for cache backends and counters. Includes Redis (PRedis) implementations to set/get cached values and increment counters, with simple key arrays and TTL support via Composer install. | 327 | 324 | 28 | 95K | 0 | 2.3 | 24.0 | MIT | 5 years ago | |
| colinmollenhour/credis | 0.85 | A lightweight PHP Redis client focused on performance and reliability. Provides a simple API built on the native phpredis extension, with support for connections, pipelines, transactions, and cluster/sentinel use cases—ideal for Laravel and other PHP apps. | 363 | 371 | 143 | 625K | 1 | 25.8 | 49.6 | MIT | 5 months ago | |
| laminas/laminas-cache-storage-adapter-test | 0.85 | 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 |
How can I help you explore Laravel packages today?