rmzamora / user-bundle
Symfony SonataUserBundle rmzamora forked
Installs: 2 026
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 487
Type:symfony-bundle
Requires
- friendsofsymfony/rest-bundle: ~1.1
- friendsofsymfony/user-bundle: ~1.3
- jms/serializer-bundle: ~0.11|~1.0
- nelmio/api-doc-bundle: ~2.4
- rmzamora/admin-bundle: 2.4.1.*
- sonata-project/core-bundle: ^2.3.2
- sonata-project/datagrid-bundle: ~2.2@dev
- sonata-project/doctrine-extensions: ~1.0
- sonata-project/easy-extends-bundle: ~2.1
- sonata-project/google-authenticator: ~1.0
- symfony/console: ~2.4
- symfony/form: ~2.4
- symfony/http-foundation: ~2.4
- symfony/security: ~2.4
Requires (Dev)
- doctrine/orm: *
- fabpot/php-cs-fixer: ~0.1|~1.0
- sonata-project/seo-bundle: 2.4.1.*
- symfony/phpunit-bridge: ~2.7|~3.0
Suggests
- rmzamora/doctrine-orm-admin-bundle: 2.4.1.*
- sonata-project/seo-bundle: 2.4.1.*
Conflicts
- jms/serializer: <0.13
This package is not auto-updated.
Last update: 2024-10-26 14:04:59 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
License
This bundle is available under the MIT license.