galvani / cache
Symfony Cache component with PSR-6, PSR-16, and tags
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 62
pkg:composer/galvani/cache
Requires
- php: >=5.5.9
 - psr/cache: ~1.0
 - psr/log: ~1.0
 - psr/simple-cache: ^1.0
 
Requires (Dev)
- cache/integration-tests: dev-master
 - doctrine/cache: ~1.6
 - doctrine/dbal: ~2.4
 - predis/predis: ~1.0
 
Suggests
- symfony/polyfill-apcu: For using ApcuAdapter on HHVM
 
Provides
Conflicts
- symfony/var-dumper: <3.3
 
- dev-master / 4.0.x-dev
 - 3.4.x-dev
 - 3.3.x-dev
 - v3.3.5
 - v3.3.4
 - v3.3.3
 - v3.3.2
 - v3.3.1
 - v3.3.0
 - v3.3.0-RC1
 - v3.3.0-BETA1
 - 3.2.x-dev
 - v3.2.12
 - v3.2.11
 - v3.2.10
 - v3.2.9
 - v3.2.8
 - v3.2.7
 - v3.2.6
 - v3.2.5
 - v3.2.4
 - v3.2.3
 - v3.2.2
 - v3.2.1
 - v3.2.0
 - v3.2.0-RC2
 - v3.2.0-RC1
 - v3.2.0-BETA1
 - 3.1.x-dev
 - v3.1.10
 - v3.1.9
 - v3.1.8
 - v3.1.7
 - v3.1.6
 - v3.1.5
 - v3.1.4
 - v3.1.3
 - v3.1.2
 - v3.1.1
 - v3.1.0
 - v3.1.0-RC1
 - v3.1.0-BETA1
 
This package is not auto-updated.
Last update: 2025-10-26 09:50:29 UTC
README
This component provides an extended PSR-6
implementation for adding cache to your applications. It is designed to have a
low overhead so that caching is fastest. It ships with a few caching adapters
for the most widespread and suited to caching backends. It also provides a
doctrine/cache proxy adapter to cover more advanced caching needs and a proxy
adapter for greater interoperability between PSR-6 implementations.