cache/integration-tests
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.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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. | 110 | 111 | 29 | 314K | 0 | 6.3 | 47.7 | MIT | 4 years ago | |
| cache/apc-adapter | — | 9 | 8 | 3 | 252 | 0 | 2.8 | 20.1 | MIT | 4 years ago | |
| cache/apcu-adapter | 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 | 36K | 0 | 3.3 | 45.6 | MIT | 3 years ago | |
| 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. | 55 | 56 | 15 | 72K | 0 | 4.4 | 42.9 | MIT | 4 years ago | |
| cache/cache | 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 | 31.9 | MIT | 8 years ago | |
| cache/chain-adapter | 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 | 10 | 6 | 10K | 0 | 3.2 | 41.0 | MIT | 4 years ago | |
| cache/doctrine-adapter | 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 | 24K | 0 | 3.1 | 44.6 | MIT | 4 years ago | |
| cache/filesystem-adapter | 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... | 0 | 72 | — | 88K | — | 4.4 | 42.9 | — | — | |
| cache/illuminate-adapter | 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 | |
| cache/memcache-adapter | 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 | |
| cache/memcached-adapter | 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 | 17K | 0 | 2.9 | 41.5 | MIT | 4 years ago | |
| cache/predis-adapter | PSR-6 cache pool implementation backed by Predis (Redis) from the PHP Cache organization. Create a Predis\Client and wrap it in PredisCachePool for fast, standards-compliant caching with shared features like tagging and hierarchy support. | 0 | 27 | — | 18K | — | 4.0 | 39.3 | — | — | |
| cache/prefixed-cache | PSR-6 cache pool decorator that prefixes all cache item keys with a predefined string. Wrap any PSR-6 cache (e.g., Redis) to safely namespace entries per app, tenant, or module. Part of the PHP-Cache ecosystem. | 2 | 2 | 1 | 877 | 0 | 1.8 | 34.3 | MIT | 4 years ago | |
| cache/redis-adapter | 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 | 14 | 68K | 0 | 3.7 | 42.9 | MIT | 3 years ago | |
| cache/simple-cache-bridge | 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 | 45K | 0 | 2.0 | 41.6 | MIT | 4 years ago | |
| cache/taggable-cache | 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. | 0 | 36 | — | 10K | — | 4.5 | 33.6 | — | — | |
| cache/void-adapter | 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 | 25K | 0 | 2.9 | 43.1 | MIT | 4 years ago | |
| commongateway/corebundle | — | 2 | 2 | 1 | 0 | 0 | 22.8 | 6.3 | NOASSERTION | 5 months ago | |
| conduction/commongroundbundle | Symfony/API Platform bundle adding VNG Common Ground features for Dutch government apps: VNG API Standard support, BSN checks, KVK lookups, and resource lifecycle events (create/update/save/delete). Requires PHP 7.1+. | 0 | 0 | 1 | 11 | 1 | 0.3 | 15.3 | MIT | — | |
| desarrolla2/cache | 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 | |
| doctrine/cache | 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.3 | MIT | 4 years ago | |
| laudis/neo4j-php-client | Typed Neo4j PHP client/driver with Bolt and Neo4j (auto-routed) support. Intuitive, extensible API with easy configuration, built with input from the official driver team and validated via Neo4j Testkit for reliability. | 185 | 185 | 40 | 25K | 11 | 31.0 | 39.3 | MIT | 2 months ago | |
| symfony/cache | 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 | |
| symfony/symfony | Symfony is a robust PHP framework and component library for building web apps and APIs. It offers a mature ecosystem, reusable components, strong tooling, and long-term support, powering everything from small sites to large enterprise platforms. | 31,061 | 31,363 | 9,841 | 268K | 272 | 79.9 | 31.5 | MIT | 1 week ago | |
| zendframework/zend-cache | 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 | 52K | 11 | 14.2 | 51.7 | BSD-3-Clause | 6 years ago |
How can I help you explore Laravel packages today?