doctrine / doctrine-cache-bundle
Symfony Bundle for Doctrine Cache
Installs: 80 087 196
Dependents: 345
Suggesters: 14
Security: 0
Stars: 2 781
Watchers: 28
Forks: 84
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1
- doctrine/cache: ^1.4.2
- doctrine/inflector: ^1.0
- symfony/doctrine-bridge: ^3.4|^4.0
Requires (Dev)
- instaclick/coding-standard: ~1.1
- instaclick/object-calisthenics-sniffs: dev-master
- instaclick/symfony2-coding-standard: dev-remaster
- phpunit/phpunit: ^7.0
- predis/predis: ~0.8
- satooshi/php-coveralls: ^1.0
- squizlabs/php_codesniffer: ~1.5
- symfony/console: ^3.4|^4.0
- symfony/finder: ^3.4|^4.0
- symfony/framework-bundle: ^3.4|^4.0
- symfony/phpunit-bridge: ^3.4|^4.0
- symfony/security-acl: ^2.8
- symfony/validator: ^3.4|^4.0
- symfony/yaml: ^3.4|^4.0
Suggests
- symfony/security-acl: For using this bundle to cache ACLs
This package is auto-updated.
Last update: 2023-05-02 07:55:49 UTC
README
Symfony Bundle for Doctrine Cache.
Deprecation warning
This bundle is abandoned and will no longer be updated. If you want to use doctrine/cache in Symfony, please configure the services manually. When using Symfony, we no longer recommend configuring doctrine/cache through this bundle. Instead, you should use symfony/cache for your cache needs. However, the deprecation does not extend to doctrine/cache, you'll be able to use those classes as you did so far.