undf / sonata-user-bundle
Symfony SonataUserBundle
Installs: 569
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 487
Type:symfony-bundle
Requires
- friendsofsymfony/user-bundle: 1.3.*
- sonata-project/admin-bundle: >=2.1-dev,<2.3-dev
- sonata-project/doctrine-extensions: 1.*
- sonata-project/easy-extends-bundle: 2.1.*
- sonata-project/google-authenticator: 1.*
- symfony/console: >=2.1,<2.3-dev
- symfony/form: >=2.1,<2.3-dev
- symfony/http-foundation: >=2.1,<2.3-dev
- symfony/security: >=2.1,<2.3-dev
Suggests
- sonata-project/doctrine-orm-admin-bundle: >=2.1@dev,<2.3-dev
This package is not auto-updated.
Last update: 2024-11-04 14:54:08 UTC
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