matheo / user-bundle
Symfony Extended UserBundle
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=5.3.3
- doctrine/doctrine-bundle: ~1.3@dev
- friendsofsymfony/user-bundle: ~2.0@dev
- stof/doctrine-extensions-bundle: ~1.1@dev
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: 2.2.*@dev
Suggests
- hwi/oauth-bundle: 0.4.*@dev Provides OAuth integration with major social services
This package is not auto-updated.
Last update: 2025-03-25 05:32:26 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
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.