2017 © Pedro Peláez
 

library open-orchestra-user-bundle

An override of FosUserBundle to provide authentication on Open Orchestra

image

open-orchestra/open-orchestra-user-bundle

An override of FosUserBundle to provide authentication on Open Orchestra

  • Monday, July 3, 2017
  • by open-orchestra
  • Repository
  • 11 Watchers
  • 2 Stars
  • 23,371 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 65 Versions
  • 1 % Grown

The README.md

open-orchestra-user-bundle

Service Badge
Travis Build Status
Sensio Insight SensioLabsInsight
Code Climate (Quality) Code Climate
Code Climate (Code coverage) Test Coverage
Latest Stable Version Latest Stable Version
Total Downloads Total Downloads

Usage with mongo db

To use the open-orchestra-user-bundle you should also activate and configure the FosUserBundle, (*1)

Configuration :, (*2)

yaml fos_user: db_driver: mongodb firewall_name: main user_class: %user_class% group: group_class: %group_class%, (*3)

In this configuration you can choose a parameter :, (*4)

  • user_class : either your own user class or OpenOrchestra\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 :, (*5)

  • follow the FosUserBundle documentation on how to use the database
  • Create your own user class, and configure the bundle with the correct parameters

The Versions

27/03 2015

v0.1.2

0.1.2.0

An override of FosUserBundle to provide authentication on OpenOrchestra

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolas Thal

19/03 2015

v0.1.1

0.1.1.0

An override of FosUserBundle to provide authentication on OpenOrchestra

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolas Thal

23/02 2015

v0.1.0

0.1.0.0

An override of FosUserBundle to provide authentication on OpenOrchestra

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolas Thal

09/02 2015

v0.0.6

0.0.6.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolas Thal

09/02 2015

v0.0.7

0.0.7.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolas Thal

04/02 2015

v0.0.5

0.0.5.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolas Thal

22/01 2015

v0.0.3

0.0.3.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolas Thal

22/01 2015

v0.0.4

0.0.4.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolas Thal

22/01 2015

v0.0.2

0.0.2.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolas Thal

21/01 2015

v0.0.1

0.0.1.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nicolas Thal