2017 © Pedro Peláez
 

library cdiuser

Modulo de usuarios para usar junto a ZfcUser, rbac y Doctrine

image

cdi/cdiuser

Modulo de usuarios para usar junto a ZfcUser, rbac y Doctrine

  • Wednesday, July 4, 2018
  • by cincarnato
  • Repository
  • 1 Watchers
  • 1 Stars
  • 84 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 24 Versions
  • 5 % Grown

The README.md

CdiUser

Que es CdiUser, (*1)

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

Instalacion

Installation via composer, agregar a composer.json:, (*3)

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

Cargar CdiUser despues de ZfcUser and BjyAuthorize. Un ejemplo:, (*4)

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

Dependencias

  • ZfcUser
  • DoctrineORMModule
  • ZfcUserDoctrineORM
  • BjyAuthorize

The Versions

16/11 2016
14/10 2016
13/10 2016

3.0.0

3.0.0.0 https://github.com/cincarnato

Modulo para usar junto a ZfcUser, BjyAuthorize y Doctrine 2

  Sources   Download

BSD-3-Clause

The Requires

 

zf2 doctrine zfc-user doctrine-orm-module bjy-authorize

22/03 2016

dev-master

9999999-dev https://github.com/cincarnato

Modulo para usar junto a ZfcUser, BjyAuthorize y Doctrine 2

  Sources   Download

BSD-3-Clause

The Requires

 

zf2 doctrine zfc-user doctrine-orm-module bjy-authorize

22/03 2016

2.0

2.0.0.0 https://github.com/cincarnato

Modulo para usar junto a ZfcUser, BjyAuthorize y Doctrine 2

  Sources   Download

BSD-3-Clause

The Requires

 

zf2 doctrine zfc-user doctrine-orm-module bjy-authorize