PHPackages                             michaelgooden/mdg-multi-user - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. michaelgooden/mdg-multi-user

ActiveLibrary

michaelgooden/mdg-multi-user
============================

ZF2 module to allow multiple concurrent instances of ZfcUser, for independant user systems.

0.1.1(12y ago)127BSD-3-Clause

Since Aug 9Pushed 12y agoCompare

[ Source](https://github.com/MichaelGooden/MdgMultiUser)[ Packagist](https://packagist.org/packages/michaelgooden/mdg-multi-user)[ Docs](https://github.com/MichaelGooden/MdgMultiUser)[ RSS](/packages/michaelgooden-mdg-multi-user/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

MdgMultiUser [![Dependency Status](https://camo.githubusercontent.com/710a9bbf9527dc5cec000de7bfce58e2ff2fd5ef645085a309f67969988d7aea/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f6d69636861656c676f6f64656e3a6d64672d6d756c74692d757365722f62616467652e706e67)](https://www.versioneye.com/php/michaelgooden:mdg-multi-user/)
=================================================================================================================================================================================================================================================================================================================================================

[](#mdgmultiuser-)

Created by Michael Gooden (#MichaelGooden).

I can usually be found on [\#zftalk on Freenode](http://webchat.freenode.net/?channels=zftalk)if you need help setting this up.

Introduction
------------

[](#introduction)

MdgMultiUser is a module for [Zend Framework 2](https://github.com/zendframework/zf2)that enables you to configure and use multiple instances of the [ZfcUser](https://github.com/ZF-Commons/ZfcUser) user registration and authentication module.

Requirements
------------

[](#requirements)

- [ZfcUser](https://github.com/ZF-Commons/ZfcUser) (&gt;=v0.1.0,&lt;v0.2.0).

Installation
------------

[](#installation)

### Main Setup

[](#main-setup)

#### With composer

[](#with-composer)

1. Add this project to your composer.json:

    ```
    "require": {
        "michaelgooden/mdg-multi-user": "0.1.*"
    }
    ```
2. Now tell composer to download MdgMultiUser by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php`file.

    ```
