cdi/cdiuser

Modulo para usar junto a ZfcUser, BjyAuthorize y Doctrine 2

4.0.1 2020-10-28 17:47 UTC

README

Que es CdiUser

CdiUser es un modulo que trabaja junto a ZfcUser, ZfcUserDoctrineORM and BjyAuthorize. Se agrega administracion de usuarios

Instalacion

Installation via composer, agregar a composer.json:

"require" : {
    "cdi/cdiuser": "dev-master"
}

Cargar CdiUser despues de ZfcUser and BjyAuthorize. Un ejemplo:

'modules' => array(
    'Application',
    'DoctrineModule',
    'DoctrineORMModule',
    'ZfcBase',
    'ZfcUser',
    'ZfcUserDoctrineORM',
    'BjyAuthorize',
    'CdiUser'             
)

Dependencias

  • ZfcUser
  • DoctrineORMModule
  • ZfcUserDoctrineORM
  • BjyAuthorize