psr/cache
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).
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| doctrine/phpcr-dbal-symfony-pack | 0.86 | — | 0 | 0 | 1 | 0 | 1 | 0.5 | — | MIT | 6 years ago | |
| einar-hansen/laravel-psr-6-cache | 0.86 | 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 | 40.4 | MIT | 3 years ago | |
| doctrine/cache | 0.85 | 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,868 | 7,973 | 212 | 5M | 1 | 40.6 | 38.4 | MIT | 4 years ago | |
| jord-jd/do-file-cache-psr-6 | 0.85 | PSR-6 cache adapter for Jord-JD/DO File Cache. Use it to access DO File Cache through standard PSR-6 CacheItemPoolInterface for framework-agnostic caching with Composer-based installation. | 8 | 8 | 11 | 227 | 1 | 16.1 | 21.8 | LGPL-3.0 | 3 months ago | |
| barryvdh/laravel-httpcache | 0.85 | Adds HTTP caching to Laravel using Symfony HttpCache. Supports reverse proxy-style caching, cache invalidation, and ESI, helping you speed up responses while keeping dynamic content fresh with simple middleware and configuration. | 503 | 513 | 39 | 2K | 23 | 15.6 | 17.1 | — | 1 year ago | |
| spiral/cache | 0.85 | Spiral Cache provides a simple caching abstraction for Spiral/PHP apps, with support for multiple storage backends and configurable cache pools. Use it to speed up repeated operations, cache computed values, and centralize cache access and invalidation. | 0 | 0 | 0 | 2K | 0 | 0.0 | 46.9 | MIT | — | |
| cache/cache-bundle | 0.85 | — | 43 | 43 | 16 | 1K | 0 | 5.9 | 21.2 | MIT | 8 years ago | |
| zetacomponents/cache | 0.85 | — | 6 | 6 | 9 | 5K | 0 | 0.6 | 40.0 | NOASSERTION | — | |
| cache/adapter-common | 0.85 | 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. | 110 | 111 | 29 | 314K | 0 | 6.3 | 47.6 | MIT | 4 years ago | |
| cache/illuminate-adapter | 0.85 | 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 | 257 | 0 | 1.3 | 18.7 | MIT | 4 years ago | |
| gpupo/cache | 0.85 | gpupo/cache is a lightweight PHP cache helper with a simple API for storing and retrieving values, aimed at reducing repeated computations and speeding up applications. Suitable for small projects or as a base for custom cache adapters. | 2 | 3 | 2 | 218 | 0 | 0.0 | — | NOASSERTION | 9 years ago | |
| cache/adapter-bundle | 0.84 | — | 30 | 30 | 26 | 3K | 0 | 6.9 | 27.6 | MIT | 6 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,087 | 8,101 | 55 | 14M | 0 | 29.1 | 46.3 | MIT | 4 years ago | |
| cache/psr-6-doctrine-bridge | 0.84 | — | 15 | 15 | 4 | 7K | 0 | 3.2 | 36.6 | MIT | 4 years ago | |
| thecodingmachine/cache-utils | 0.83 | 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 | — | 6 years ago | |
| cache/integration-tests | 0.83 | Integration test suite for validating PSR-6 cache pools, taggable cache pools, and PSR-16 simple caches against PHP-FIG rules. Install as a dev dependency and extend the provided PHPUnit base tests to verify your cache implementation. | 40 | 39 | 35 | 52K | 2 | 8.4 | 43.2 | MIT | 5 years ago | |
| psr-discovery/cache-implementations | 0.82 | Discovers installed PSR-6 cache implementations at runtime and returns the first available adapter, avoiding hard dependencies in libraries/SDKs. Supports php-cache adapters and Stash, with options to prefer or manually instantiate configurable caches. | 7 | 7 | 1 | 439K | 0 | 1.3 | 55.3 | MIT | 1 year ago | |
| cache/cache | 0.80 | 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 | 81 | 16K | 0 | 7.4 | 32.0 | MIT | 8 years ago | |
| psr/container | 0.76 | The PSR-11 Container Interface defines core abstractions for dependency injection in PHP. It’s a standard abstraction, not an implementation—used by DI containers like Laravel’s Illuminate\Container. Essential for dependency management, ensuring interoperability across container implementations. | 10,012 | 10,048 | 53 | 18M | 3 | 29.6 | 45.9 | MIT | 4 years ago | |
| symfony/cache | 0.75 | Symfony Cache provides fast, low-overhead PSR-6 caching with adapters for common backends. Includes PSR-16 bridge plus implementations of symfony/cache-contracts CacheInterface and TagAwareCacheInterface for flexible app caching. | 4,165 | 4,187 | 64 | 8M | 0 | 57.7 | 53.0 | MIT | 1 week ago |
How can I help you explore Laravel packages today?