open-orchestra / open-orchestra-user-bundle
An override of FosUserBundle to provide authentication on Open Orchestra
v2.0.1
2017-06-07 08:43 UTC
Requires
- php: ~5.6.0
- friendsofsymfony/user-bundle: ~2.0.0
- open-orchestra/open-orchestra-libs: v2.0.1
Requires (Dev)
- codeclimate/php-test-reporter: ~0.3.2
- open-orchestra/open-orchestra-base-bundle: v2.0.1
- open-orchestra/open-orchestra-bbcode-bundle: v2.0.1
- open-orchestra/open-orchestra-display-bundle: v2.0.1
- open-orchestra/open-orchestra-model-interface: v2.0.1
- open-orchestra/open-orchestra-mongo-libs: v2.0.1
- phake/phake: ~2.3.0
- phpunit/phpunit: ~5.5.0
- solution/mongo-odm-aggregation-bundle: ~0.1.1
Suggests
- open-orchestra/open-orchestra-display-bundle: In order to use all the functionality offered by the OpenOrchestra project
- solution/mongo-odm-aggregation-bundle: In order to use the mongo mapping already created
- dev-master
- v2.0.1
- v2.0.0
- v2.0.0-RC6
- v2.0.0-RC5
- v2.0.0-RC4
- v2.0.0-RC3
- v2.0.0-RC2
- v2.0.0-RC1
- 1.2.x-dev
- v1.2.0
- v1.2.0-beta
- 1.1.x-dev
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.1.0-RC
- v1.1.0-beta
- v1.1.0-alpha4
- v1.1.0-alpha3
- v1.1.0-alpha2
- v1.1.0-alpha1
- 1.0.x-dev
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v1.0.0-RC2
- v1.0.0-RC1
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- 0.3.0
- 0.2.12
- v0.2.11
- v0.2.10
- v0.2.9
- v0.2.8
- v0.2.7
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- v0.0.7
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-test-7.2
This package is not auto-updated.
Last update: 2024-10-27 01:22:03 UTC
README
Usage with mongo db
To use the open-orchestra-user-bundle
you should also activate and configure the FosUserBundle
Configuration :
fos_user: db_driver: mongodb firewall_name: main user_class: %user_class% group: group_class: %group_class%
In this configuration you can choose a parameter :
user_class
: either your own user class orOpenOrchestra\UserBundle\Document\User
- `group_class : either :
- Your own group class
- If you use the
open-orchestra-cms-bundle
:OpenOrchestra\GroupBundle\Document\Group
- If you use only the
open-orchestra-user-bundle
:OpenOrchestra\UserBundle\Document\Group
Usage with another database
To use the open-orchestra-user-bundle
with another database, you should :
- follow the
FosUserBundle
documentation on how to use the database - Create your own user class, and configure the bundle with the correct parameters