matheo/user-bundle

Symfony Extended UserBundle

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 2

Open Issues: 1

Type:symfony-bundle

dev-master / 0.1.x-dev 2014-10-08 17:16 UTC

This package is not auto-updated.

Last update: 2024-04-09 00:00:44 UTC


README

FOSUserBundle extension to have users connected to groups, and a hierarchy of roles attached to these groups only. The roles are manageable and retrieved from the database, in a nested-set tree supported by the DoctrineExtensions.

This bundle requires Symfony 2.4+ and Doctrine ORM.

Documentation

The bulk of the documentation is stored in the Resources/doc/index.md

Read the Documentation for master

Configuration Examples

Installation

All the installation instructions are located in the documentation.

License

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

Resources/meta/LICENSE

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.