einar-hansen/laravel-psr-6-cache
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cache/adapter-bundle | 0.90 | — | 30 | 30 | 26 | 3K | 0 | 6.9 | 26.6 | MIT | 6 years ago | |
| psr-discovery/cache-implementations | 0.90 | 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. | 8 | 8 | 1 | 467K | 0 | 1.3 | 55.3 | MIT | 1 year ago | |
| cache/illuminate-adapter | 0.90 | 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 | |
| effiana/phpfastcache-bundle | 0.89 | — | 0 | 0 | 1 | 0 | 0 | 0.9 | — | MIT | 6 years ago | |
| desarrolla2/cache | 0.89 | 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. | 134 | 146 | 37 | 12K | 0 | 2.4 | 26.8 | MIT | 7 years ago | |
| zetacomponents/cache | 0.89 | — | 6 | 6 | 9 | 4K | 0 | 0.6 | 38.6 | NOASSERTION | — | |
| jord-jd/do-file-cache-psr-6 | 0.88 | 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 | 12 | 919 | 1 | 15.1 | 31.0 | LGPL-3.0 | 4 months ago | |
| symfony/cache | 0.88 | 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,163 | 4,186 | 64 | 8M | 0 | 56.6 | 53.0 | MIT | 3 weeks ago | |
| gpupo/cache | 0.88 | 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 | 246 | 0 | 1.2 | 18.7 | NOASSERTION | 9 years ago | |
| laminas/laminas-cache | 0.87 | 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. | 106 | 107 | 59 | 152K | 9 | 28.9 | 53.8 | BSD-3-Clause | 3 months ago | |
| phpfastcache/phpfastcache | 0.87 | Phpfastcache is a fast, driver-based PHP caching library supporting PSR-6 and PSR-16. Works with many backends (files, APCu, Redis, Memcached, etc.), offers a unified API, and includes a type-aware v9 for PHP 8+. | 2,409 | 2,456 | 446 | 105K | 4 | 35.6 | 24.2 | MIT | 1 year ago | |
| cache/cache-bundle | 0.87 | — | 43 | 43 | 16 | 1K | 0 | 5.9 | 20.5 | MIT | 8 years ago | |
| cache/psr-6-doctrine-bridge | 0.87 | — | 15 | 15 | 4 | 7K | 0 | 3.2 | 36.6 | MIT | 4 years ago | |
| psr/simple-cache | 0.87 | 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.4 | MIT | 4 years ago | |
| fig/cache-util | 0.87 | Utilities for building PSR-6 cache libraries: traits and base classes that handle common boilerplate for cache pools and items. Includes a simple in-memory PSR-6 implementation for demos and debugging (not production-ready). | 36 | 38 | 12 | 1K | 1 | 0.6 | 22.1 | MIT | — | |
| thecodingmachine/cache-utils | 0.87 | 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 | 31K | 0 | 0.6 | 55.3 | — | 6 years ago | |
| bigpaulie/cachebundle | 0.87 | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| laminas/laminas-cache-storage-adapter-filesystem | 0.87 | 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 | 103K | 4 | 20.7 | 63.8 | BSD-3-Clause | 3 months ago | |
| php-http/cache-plugin | 0.87 | PSR-6 cache plugin for HTTPlug that adds transparent HTTP response caching to your client. Plug it into the HTTPlug plugin client to cache and reuse responses, reducing network calls and improving performance. | 250 | 251 | 18 | 608K | 7 | 27.3 | 55.9 | MIT | 1 month ago | |
| cache/memcache-adapter | 0.87 | 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 | 35.0 | MIT | 4 years ago |
How can I help you explore Laravel packages today?