th3mouk / cms-user-bundle
Symfony SonataUserBundle
Installs: 1 783
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 482
Type:symfony-bundle
Requires
- friendsofsymfony/rest-bundle: ~1.1
- friendsofsymfony/user-bundle: ~1.3
- nelmio/api-doc-bundle: ~2.4
- sonata-project/admin-bundle: ~2.2,>=2.2.9
- sonata-project/core-bundle: ~2.2
- sonata-project/doctrine-extensions: ~1.0
- sonata-project/easy-extends-bundle: ~2.1
- sonata-project/google-authenticator: ~1.0
- symfony/console: ~2.2
- symfony/form: ~2.2
- symfony/http-foundation: ~2.2
- symfony/security: ~2.2
Requires (Dev)
Suggests
README
Integrate the FOS/UserBundle in the Sonata Project
- AdminBundle: add user and group management
- EasyExtends: allows to generate Application level model
Installation
You have 2 options to initialize the SonataUserBundle, you can select which bundle SonataUserBundle extends
- new Sonata\UserBundle\SonataUserBundle('FOSUserBundle') : the bundle will extend ``FOSUserBundle``
- new Sonata\UserBundle\SonataUserBundle() : the bundle will NOT extend ``FOSUserBundle``
Google Groups: For questions and proposals you can post on this google groups
- Sonata Users: Only for user questions
- Sonata Devs: Only for devs
License
This bundle is available under the MIT license.