Libraries tagged by psr6
rikudou/psr6-dynamo-db-bundle
59071 Downloads
PSR-6 and PSR-16 cache implementation using AWS DynamoDB for Symfony
divineomega/do-file-cache-psr-6
1755827 Downloads
PSR-6 adapter for DO File Cache
cache/psr-6-doctrine-bridge
959522 Downloads
PSR-6 Doctrine bridge
cache/cache-bundle
429929 Downloads
Symfony 2 bundle providing integration between PSR-6 compliant cache services and the framework. It supports cache for sessions, routing and Doctrine
fig/cache-util
36438 Downloads
Useful utility classes and traits for implementing the PSR cache standard
cache/session-handler
540868 Downloads
An implementation of PHP's SessionHandlerInterface that allows PSR-6
cache/namespaced-cache
1263549 Downloads
A decorator that makes your cache support namespaces
cache/chain-adapter
457945 Downloads
A PSR-6 cache implementation using chain. This implementation supports tags
apix/cache
525489 Downloads
A thin PSR-6 cache wrapper with a generic interface to various caching backends emphasising cache taggging and indexing to Redis, Memcached, PDO/SQL, APC and other adapters.
psr/cache-util
5002 Downloads
Useful utility classes and traits for implementing the PSR cache standard
cache/adapter-bundle
879209 Downloads
A bundle that registers cache implementations as Symfony services supporting PSR-6 and tagging
open-telemetry/opentelemetry-auto-psr6
69442 Downloads
OpenTelemetry auto-instrumentation for PSR-6 (Common Interface for Caching Libraries).
rikudou/psr6-dynamo-db
71536 Downloads
PSR-6 and PSR-16 cache implementation using AWS DynamoDB
ecomdev/magento-psr6-bridge
42838 Downloads
A bridge between Magento framework and PSR-6 cache compatible libraries.
swayok/cache-filesystem-adapter
58739 Downloads
A PSR-6 cache implementation using filesystem. This implementation supports tags. Fork of cache/filesystem-adapter.