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. | 265 | 271 | 83 | 20K | 0 | 27.3 | 38.5 | MIT | 8 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. | 54 | 56 | 14 | 89K | 0 | 24.4 | 52.1 | MIT | 4 years ago | |
| psr/cache | 0.84 | 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,196 | 5,229 | 46 | 12M | 0 | 26.4 | 46.4 | MIT | — | |
| 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,382 | 2,383 | 6 | 7M | 0 | 33.3 | 56.3 | MIT | 5 years 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,090 | 8,112 | 54 | 13M | 0 | 49.0 | 53.9 | MIT | 4 years ago | |
| zendframework/zend-cache | 0.83 | zendframework/zend-cache provides flexible caching for PHP apps with multiple storage backends (filesystem, memory, APCu, Redis, and more). Supports cache patterns, plugins, serialization, and configurable adapters to improve performance and reduce repeated work. | 67 | 74 | 52 | 48K | 11 | 14.2 | 51.7 | BSD-3-Clause | 6 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,879 | 7,973 | 213 | 5M | 1 | 60.6 | 45.7 | MIT | 3 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 | 75K | 0 | 22.0 | 52.7 | MIT | 4 years ago | |
| cache/taggable-cache | 0.80 | Adapter that makes any PSR-6 cache pool taggable. Tag related cache items and invalidate them by tag without clearing the whole cache. Part of the PHP Cache organization; works with all PHP Cache pools supporting tagging. | 35 | 36 | 4 | 12K | 0 | 24.5 | 40.8 | MIT | 4 years ago | |
| cache/filesystem-adapter | 0.80 | 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 | 23 | 79K | 0 | 24.4 | 49.6 | MIT | 4 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. | 961 | 982 | 130 | 27K | 34 | 47.5 | 38.1 | BSD-3-Clause | 3 months ago | |
| google/common-protos | 0.55 | Generated PHP classes for Google’s common Protocol Buffer types used across the Google API ecosystem. Distributed as the google/common-protos Composer package under Apache 2.0 and designed to be stable for use in your applications. | 173 | 175 | 9 | 4M | 0 | 30.9 | 65.0 | Apache-2.0 | 1 week ago |
How can I help you explore Laravel packages today?