- AdminBundle: add user and group management
- EasyExtends: allows to generate Application level model
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