wopp / keyvalue-bundle
KeyValue bundle for Symfony2
Installs: 180
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
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: 2025-01-28 04:54:00 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).