NmnMultiUserBundle
=============

The NmnMultiUserBundle extends FOSUserBundle adding the feature to handle users of different types.
For now only supports the ORM db driver and is based on the doctrine2 inheritance.

The branch master is developed upon Symfony 2.1 and FOSUserBundle v1.2.*

This branch 1.2 supports FOSUserBundle 1.2 and Symfony 2.0
The branch 1.1 supports FOSUserBundle 1.1

[![Build Status](https://secure.travis-ci.org/netmeansnet/NmnMultiUserBundle.png?branch=1.2)](http://travis-ci.org/netmeansnet/NmnMultiUserBundle)

Documentation
-------------

[Read the Documentation](https://github.com/netmeansnet/NmnMultiUserBundle/blob/1.2/Resources/doc/index.md)

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

All the installation instructions are located in [documentation](https://github.com/netmeansnet/NmnMultiUserBundle/blob/1.2/Resources/doc/index.md).

License
-------

This bundle is under the MIT license. See the complete license in the bundle:

    Resources/meta/LICENSE

About
-----

NmnMultiUserBundle is a [netmeansnet](https://github.com/netmeansnet) initiative.


Reporting an issue or a feature request
---------------------------------------

Issues and feature requests are tracked in the [Github issue tracker](https://github.com/netmeansnet/NmnMultiUserBundle/issues).

When reporting a bug, it may be a good idea to reproduce it in a basic project
built using the [Symfony Standard Edition](https://github.com/symfony/symfony-standard)
with FOSUser installed, to allow developers of the bundle to reproduce the issue by simply cloning it
and following some steps.
