phaikawl / zfc-user-doctrine-couch-odm
There is no license information available for the latest version (dev-master) of this package.
ZfcUserDoctrineCouchODM is a CouchDb storage adapter for ZfcUser
Package info
github.com/phaikawl/ZfcUserDoctrineCouchODM
pkg:composer/phaikawl/zfc-user-doctrine-couch-odm
dev-master
2014-11-19 23:34 UTC
Requires
- php: >=5.3.3
- ardemiranda/doctrine-couch-odm-module: dev-master
- doctrine/doctrine-module: ~0.8.0
- zf-commons/zfc-user: 1.2.1
This package is not auto-updated.
Last update: 2026-02-24 15:01:11 UTC
README
Version 0.1 by Hai Thanh Nguyen. Forked from the MongoDB one (https://github.com/ZF-Commons/ZfcUserDoctrineMongoODM) Introduction
ZfcUserDoctrineCouchODM is a CouchDb storage adapter for ZfcUser. This module makes use of the Doctrine2 CouchDB ODM.
Installation
Just clone this module to the vendor directory, add ZfcUserDoctrineCouchODM to the modules array in application.config.php, after ZfcUser. Important: it MUST be put after ZfcUser, if you put it before ZfcUser, it won't work!