zyan / doctrine_cache
PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
2.2.0
2022-05-20 20:07 UTC
Requires
- php: ~7.1 || ^8.0
Requires (Dev)
- cache/integration-tests: dev-master
- doctrine/coding-standard: ^9
- phpunit/phpunit: ^7.5 || ^8.5 || ^9.5
- psr/cache: ^1.0 || ^2.0 || ^3.0
- symfony/cache: ^4.4 || ^5.4 || ^6
- symfony/var-exporter: ^4.4 || ^5.4 || ^6
Conflicts
- doctrine/common: >2.2,<2.4
This package is auto-updated.
Last update: 2026-05-23 04:11:38 UTC
README
Cache component extracted from the Doctrine Common project. Documentation
This library is deprecated and will no longer receive bug fixes from the Doctrine Project. Please use a different cache library, preferably PSR-6 or PSR-16 instead.