wopp / keyvalue-bundle
KeyValue bundle for Symfony2
dev-master / 1.0.x-dev
2013-08-08 09:31 UTC
Requires
- php: >=5.3.3
- doctrine/mongodb-odm: >=1.0.0-BETA1
- doctrine/mongodb-odm-bundle: >=v3.0.0-BETA1
- predis/predis: >=v0.8.3
- symfony/framework-bundle: >=2.1
Requires (Dev)
- mockery/mockery: 0.7.2
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2026-04-07 10:21:49 UTC
README
KeyValue bundle for Symfony2 projects using MongoDB or Redis as storage
It offers integration with MongoDB and Redis storage through an unified interface provided by a KeyValueService. This service allows you set a new key-value entity and get the value for the given key.
You can also make key-value entities expired on a defined timestamp (or definining a number of seconds).