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

dev-master / 1.0.x-dev 2013-08-08 09:31 UTC

This package is not auto-updated.

Last update: 2024-05-21 01:29:31 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).