Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheo/userbundle
FOSUserBundle extension to have users belonging to groups, and those last ones connected to hierarchy roles
https://github.com/matheo/userbundle
Last synced: 20 days ago
JSON representation
FOSUserBundle extension to have users belonging to groups, and those last ones connected to hierarchy roles
- Host: GitHub
- URL: https://github.com/matheo/userbundle
- Owner: matheo
- Created: 2014-09-24T13:09:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-08T17:16:56.000Z (about 10 years ago)
- Last Synced: 2024-10-11T15:16:03.256Z (about 1 month ago)
- Language: PHP
- Size: 246 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Matheo / UserBundle
================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](https://github.com/matheo/UserBundle/blob/master/Resources/doc/index.md)
[Configuration Examples](https://github.com/matheo/UserBundle/tree/master/Resources/config/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](https://github.com/matheo/UserBundle/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)
to allow developers of the bundle to reproduce the issue by simply cloning it
and following some steps.