zf-commons / zfc-user-doctrine-mongo-odm
Doctrine2 Mongo storage adapter for ZfcUser.
Installs: 4 593
Dependents: 1
Suggesters: 0
Security: 0
Stars: 21
Watchers: 8
Forks: 26
Open Issues: 3
Requires
- php: >=5.3.3
- doctrine/doctrine-mongo-odm-module: ~0.9.1
- zf-commons/zfc-user: 0.*
This package is not auto-updated.
Last update: 2024-10-29 10:29:02 UTC
README
Introduction
ZfcUserDoctrineMongoODM is a MongoDb storage adapter for ZfcUser. This module makes use of the Doctrine2 MongoDB ODM.
Installation
Composer
-
Install module
Go to the release tab and make a note of the most recent version. Run the following command from your application directory:php composer.phar require zf-commons/zfc-user-doctrine-mongo-odm
When asked for er version constraint, put in the version noted from the release tab. -
Add
DoctrineModule
,DoctrineMongoODMModule
andZfcUserDoctrineMongoODM
toconfig/application.config.php
Options
The following options are available:
- enable_default_entities - Boolean value, determines if the default User entity should be enabled. Set it to false in order to extend ZfcUser\Entity\User with your own entity. Default is true.