cache/adapter-common
Shared classes and interfaces for the PHP Cache organization’s PSR-6 cache pools. Provides common building blocks used across adapters, with support for features like tagging and cache hierarchies via the shared php-cache documentation.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cache/cache | 0.88 | Meta package for the PHP-Cache ecosystem: PSR-6 cache adapters and libraries (tagging, hierarchy, bundles) in one install. Useful for development and contributing, but not actively maintained—new projects should consider Symfony Cache. | 267 | 272 | 80 | 11K | 0 | 7.3 | 29.8 | MIT | 9 years ago | |
| psr/cache | 0.85 | PSR-6 caching interfaces for PHP. Defines CacheItemPoolInterface and CacheItemInterface contracts for interoperable caching, without providing an implementation. Use with any PSR-6 compatible cache library (see Packagist providers). | 5,182 | 5,220 | 46 | 13M | 0 | 26.4 | 47.0 | MIT | — | |
| symfony/cache | 0.85 | 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,157 | 4,187 | 65 | 8M | 0 | 56.4 | 53.1 | MIT | 3 weeks ago | |
| einar-hansen/laravel-psr-6-cache | 0.85 | Laravel package that bridges Laravel’s cache system with PSR-6. Use Laravel’s cache stores through a PSR-6 CacheItemPoolInterface for interoperability with PSR-compliant libraries, with simple configuration and drop-in integration. | 1 | 1 | 1 | 2K | 0 | 0.6 | 41.7 | MIT | 3 years ago | |
| cache/array-adapter | 0.85 | PSR-6 cache pool implemented with an in-memory PHP array. Zero configuration: just instantiate ArrayCachePool for fast, ephemeral caching in tests or single-request use. Part of the PHP Cache ecosystem with shared docs and optional features info. | 55 | 57 | 15 | 74K | 0 | 4.4 | 42.9 | MIT | 4 years ago | |
| symfony/cache-contracts | 0.84 | Symfony Cache Contracts defines lightweight, PSR-friendly interfaces for cache and tag-aware caching, enabling consistent cache usage across Symfony components and third-party libraries. Use it to type-hint against stable APIs while swapping cache implementations. | 2,368 | 2,383 | 6 | 8M | 0 | 32.8 | 56.8 | MIT | 3 weeks ago | |
| psr/simple-cache | 0.84 | PSR-16 Simple Cache interfaces from PHP-FIG. Defines a common API for cache implementations (get/set/delete, TTL, etc.) but provides no caching itself. Use this package to type-hint against the standard and pair with any compatible cache provider. | 8,080 | 8,101 | 56 | 15M | 0 | 29.1 | 46.6 | MIT | 4 years ago | |
| cache/filesystem-adapter | 0.83 | A PSR-6 cache adapter for Laravel/PHP using Flysystem to store cache files in a filesystem. Store, retrieve, and manage cache efficiently with filesystem-backed persistence. Supports tagging, hierarchy, and easy configuration via setFolder(). Ideal for Laravel applications needing scalable caching s... | 70 | 72 | 22 | 90K | 0 | 4.4 | 42.9 | MIT | 4 years ago | |
| cache/illuminate-adapter | 0.83 | 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 | 321 | 0 | 1.3 | 19.9 | MIT | 4 years ago | |
| cache/memcache-adapter | 0.83 | PSR-6 cache pool implementation backed by the Memcache extension. Create a Memcache client, connect to your server, and use MemcacheCachePool for standards-based caching. Part of the PHP Cache (php-cache) ecosystem. | 6 | 7 | 4 | 2K | 0 | 2.6 | 34.5 | MIT | 4 years ago | |
| cache/memcached-adapter | 0.83 | 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 | |
| cache/adapter-bundle | 0.82 | — | 30 | 30 | 26 | 2K | 0 | 6.9 | 25.3 | MIT | 7 years ago | |
| cache/apc-adapter | 0.82 | — | 9 | 9 | 3 | 379 | 0 | 2.8 | 22.0 | MIT | 4 years ago | |
| doctrine/cache | 0.81 | Doctrine Cache is a legacy cache component extracted from Doctrine Common, offering multiple cache drivers and interfaces used across Doctrine projects. Note: the library is deprecated and no longer maintained; prefer a PSR-6 or PSR-16 cache instead. | 7,863 | 7,973 | 212 | 5M | 1 | 40.6 | 38.4 | MIT | 4 years ago | |
| cache/apcu-adapter | 0.81 | PSR-6 cache pool adapter backed by APCu from the PHP Cache organization. Drop-in cache implementation with no configuration required—instantiate ApcuCachePool and start caching. Supports shared PHP-Cache features like tagging and hierarchy via docs. | 17 | 17 | 15 | 38K | 0 | 3.3 | 46.0 | MIT | 3 years ago | |
| cache/doctrine-adapter | 0.80 | 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 | |
| cache/simple-cache-bridge | 0.80 | Bridge any PSR-6 cache pool to PSR-16 SimpleCache. Wrap an existing PSR-6 implementation and use the simpler PSR-16 API in your app while keeping your current cache backend. Part of the PHP-Cache ecosystem. | 42 | 43 | 6 | 47K | 0 | 2.0 | 42.1 | MIT | 4 years ago | |
| cache/redis-adapter | 0.78 | 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. | 53 | 57 | 15 | 60K | 0 | 3.7 | 42.1 | MIT | 3 years ago | |
| tedivm/stash | 0.72 | Stash is a PHP caching library for speeding up expensive code (DB queries, API calls) by storing results in a cache. It provides Pool and Item APIs with pluggable storage Drivers, including composite setups and maintenance tools like purge. | 964 | 981 | 131 | 38K | 34 | 36.4 | 35.7 | BSD-3-Clause | 6 months ago |
How can I help you explore Laravel packages today?