cache/array-adapter
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| cache/apc-adapter | 0.90 | — | 9 | 9 | 3 | 1K | 0 | 2.8 | 28.9 | MIT | 4 years 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 | 432 | 0 | 21.8 | 25.5 | MIT | 1 month ago | |
| cache/apcu-adapter | 0.86 | 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 | 37K | 0 | 23.7 | 53.9 | MIT | 1 month ago | |
| cache/redis-adapter | 0.86 | 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 | 58 | 15 | 50K | 0 | 24.1 | 48.2 | MIT | 1 month ago | |
| cache/memcache-adapter | 0.85 | 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 | 3K | 0 | 23.0 | 42.8 | MIT | 1 month ago | |
| cache/filesystem-adapter | 0.85 | 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 | 74K | 0 | 24.6 | 48.9 | MIT | 1 month ago | |
| cache/memcached-adapter | 0.85 | 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 | 21K | 0 | 23.3 | 50.2 | MIT | 1 month ago | |
| cache/adapter-bundle | 0.85 | — | 30 | 30 | 25 | 2K | 0 | 27.3 | 30.5 | MIT | 1 month 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 | 18.4 | 39.9 | BSD-3-Clause | 6 months ago | |
| cache/chain-adapter | 0.85 | PSR-6 cache pool chain adapter that combines multiple cache pools (e.g., APCu + Redis) into a single CachePoolChain. Part of PHP-Cache, with optional features like tagging and hierarchy via shared docs. Install with composer and use with minimal setup. | 11 | 11 | 6 | 6K | 0 | 23.6 | 43.2 | MIT | 1 month ago | |
| 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 | 30 | 272K | 0 | 26.4 | 54.9 | MIT | 1 month ago | |
| cache/void-adapter | 0.83 | PSR-6 “void” (null/blackhole) cache pool that never stores anything and always returns empty cache items. Useful for disabling caching in tests or no-op environments. Part of the PHP-Cache organization. | 18 | 18 | 4 | 20K | 0 | 23.4 | 49.2 | MIT | 1 month ago | |
| facile-it/facile-coding-standard | 0.51 | PHP coding standard based on PHP-CS-Fixer by Facile.it. Installs via Composer with an interactive setup that generates a .php-cs-fixer.dist.php, auto-detects files from composer autoload (psr-0/psr-4/classmap), and adds cs-check/cs-fix scripts. | 10 | 10 | 9 | 11K | 0 | 21.9 | 47.3 | — | 3 months ago | |
| iazaran/smart-cache | 0.50 | Drop-in replacement for Laravel’s Cache facade that automatically compresses and chunks large values, deduplicates unchanged writes, self-heals corrupted entries, and performs cost-aware eviction. Works with existing code (PHP 8.1+, Laravel 8–13). | 216 | 216 | 8 | 3K | 0 | 30.9 | 18.9 | MIT | 1 month ago |
How can I help you explore Laravel packages today?