open-orchestra/open-orchestra-user-bundle
最新稳定版本:v2.0.1
Composer 安装命令:
composer require open-orchestra/open-orchestra-user-bundle
包简介
An override of FosUserBundle to provide authentication on Open Orchestra
README 文档
README
| Service | Badge |
|---|---|
| Travis | |
| Sensio Insight | |
| Code Climate (Quality) | |
| Code Climate (Code coverage) | |
| Latest Stable Version | |
| Total Downloads |
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
FosUserBundledocumentation on how to use the database - Create your own user class, and configure the bundle with the correct parameters
统计信息
- 总下载量: 23.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2015-04-02