Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doctrine/DoctrineCacheBundle
Symfony2 Bundle for Doctrine Cache
https://github.com/doctrine/DoctrineCacheBundle
cache doctrine symfony symfony-bundle
Last synced: 1 day ago
JSON representation
Symfony2 Bundle for Doctrine Cache
- Host: GitHub
- URL: https://github.com/doctrine/DoctrineCacheBundle
- Owner: doctrine
- License: mit
- Archived: true
- Created: 2014-02-21T21:05:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T19:09:27.000Z (about 4 years ago)
- Last Synced: 2024-10-29T21:59:09.439Z (11 days ago)
- Topics: cache, doctrine, symfony, symfony-bundle
- Language: PHP
- Homepage: http://www.doctrine-project.org
- Size: 277 KB
- Stars: 2,747
- Watchers: 28
- Forks: 84
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DoctrineCacheBundle
===================Symfony Bundle for Doctrine Cache.
Master: [![Build Status](https://secure.travis-ci.org/doctrine/DoctrineCacheBundle.svg?branch=master)](https://travis-ci.org/doctrine/DoctrineCacheBundle)
Master: [![Coverage Status](https://coveralls.io/repos/doctrine/DoctrineCacheBundle/badge.png?branch=master)](https://coveralls.io/r/doctrine/DoctrineCacheBundle?branch=master)
## 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.