th3mouk/cms-user-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Symfony SonataUserBundle

Installs: 1 783

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 482

Type:symfony-bundle

This package is auto-updated.

Last update: 2021-10-04 21:12:22 UTC


README

Build Status

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

License

This bundle is available under the MIT license.