Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

This library is abandoned. Please see LM-Common/LmcUserDoctrineMongoODM

License

Notifications You must be signed in to change notification settings

Laminas-Commons/LmcUserDoctrineMongoODM

Repository files navigation

IMPORTANT!

This library is abandoned. Please use LM-Commons/LmcUser

LmcUserDoctrineMongoODM

Introduction

LmcUserDoctrineMongoODM is a MongoDb storage adapter for LmcUser. This module makes use of the Doctrine2 MongoDB ODM.

Installation

Composer

  1. 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 laminas-commons/lmc-user-doctrine-mongo-odm When asked for er version constraint, put in the version noted from the release tab.

  2. Add DoctrineModule, DoctrineMongoODMModule and LmcUserDoctrineMongoODM to config/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 LmcUser\Entity\User with your own entity. Default is true.

Dependencies

About

This library is abandoned. Please see LM-Common/LmcUserDoctrineMongoODM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages