php.package.health
composer.json
.Package | Status | |
---|---|---|
cache/adapter-bundle | A bundle that registers cache implementations as Symfony services supporting PSR-6 and tagging | |
cache/adapter-common | Common classes for PSR-6 adapters | |
cache/apc-adapter | A PSR-6 cache implementation using apc. This implementation supports tags | |
cache/apcu-adapter | A PSR-6 cache implementation using apcu. This implementation supports tags | |
cache/array-adapter | A PSR-6 cache implementation using a php array. This implementation supports tags | |
cache/cache | Library of all the php-cache adapters | |
cache/cache-bundle | Symfony 2 bundle providing integration between PSR-6 compliant cache services and the framework. It supports cache for sessions, routing and Doctrine | |
cache/chain-adapter | A PSR-6 cache implementation using chain. This implementation supports tags | |
cache/doctrine-adapter | A PSR-6 cache implementation using Doctrine. This implementation supports tags | |
cache/doctrine-adapter-bundle | A bundle that registers Doctrine cache implementations as Symfony services supporting PSR-6 and tagging | |
cache/encryption-cache | Adds encryption support to your PSR-6 cache implementation | |
cache/filesystem-adapter | A PSR-6 cache implementation using filesystem. This implementation supports tags | |
cache/hierarchical-cache | A helper trait and interface to your PSR-6 cache to support hierarchical keys. | |
cache/illuminate-adapter | A PSR-6 cache implementation using Illuminate. This implementation supports tags | |
cache/integration-tests | Integration tests for PSR-6 and PSR-16 cache implementations | |
cache/memcache-adapter | A PSR-6 cache implementation using memcache. This implementation supports tags | |
cache/memcached-adapter | A PSR-6 cache implementation using Memcached. This implementation supports tags | |
cache/mongodb-adapter | A PSR-6 cache implementation using MongoDB. This implementation supports tags | |
cache/namespaced-cache | A decorator that makes your cache support namespaces | |
cache/predis-adapter | A PSR-6 cache implementation using Redis (Predis). This implementation supports tags | |
cache/prefixed-cache | A decorator that makes your cache support prefix | |
cache/psr-6-doctrine-bridge | PSR-6 Doctrine bridge | |
cache/redis-adapter | A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags | |
cache/session-handler | An implementation of PHP's SessionHandlerInterface that allows PSR-6 | |
cache/simple-cache-bridge | A PSR-6 bridge to PSR-16. This will make any PSR-6 cache compatible with SimpleCache. | |
cache/taggable-cache | Add tag support to your PSR-6 cache implementation | |
cache/tag-interop | Framework interoperable interfaces for tags | |
cache/util | PSR-6 and PSR-16 Caching Utilities | |
cache/void-adapter | A PSR-6 cache implementation using Void. This implementation supports tags |