2017 © Pedro PelĂĄez
 

library zfc-user-doctrine-orm

Doctrine2 ORM storage adapter for ZfcUser.

image

zf-commons/zfc-user-doctrine-orm

Doctrine2 ORM storage adapter for ZfcUser.

  • Friday, June 22, 2018
  • by SpiffyJr
  • Repository
  • 24 Watchers
  • 101 Stars
  • 350,483 Installations
  • PHP
  • 59 Dependents
  • 5 Suggesters
  • 90 Forks
  • 6 Open issues
  • 13 Versions
  • 3 % Grown

The README.md

ZfcUserDoctrineORM

Version 0.1.1 Created by Kyle Spraggs and the ZF-Commons team, (*1)

Introduction

ZfcUserDoctrineORM is a Doctrine2 ORM storage adapter for ZfcUser., (*2)

Options

The following options are available:, (*3)

  • enable_default_entities - Boolean value, determines if the default User entity should be enabled. Set it to false in order to extend ZfcUser\Entity\User with your own entity. Default is true.

Dependencies

Installation

Set up Database Connection Settings for Doctrine ORM:, (*4)

Namely, go to Doctrine Connection Settings, and copy/paste/modify the example configuration file content into your config/autoload/doctrine.orm.local.php., (*5)

Install Zfc Components:, (*6)

php composer.phar require zf-commons/zfc-user-doctrine-orm

Set up your Modules in config/application/application.config.php, something like, (*7)

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

Now, you can use ZfcUser SQL schema to set up your database tables., (*8)

Alternatively, you can use doctrine-module to do this work for you:, (*9)

vendor/bin/doctrine-module orm:schema-tool:update --dump-sql

Note: If you want to use a different table schema or user entity then you have to set enable_default_entities to false in the zfcuser config file, (*10)

If SQL looks okay, do:, (*11)

vendor/bin/doctrine-module orm:schema-tool:update --force

You can now navigate to /user and it should work., (*12)

The Versions

22/06 2018

dev-master

9999999-dev https://github.com/ZF-Commons/ZfcUserDoctrineORM

Doctrine2 ORM storage adapter for ZfcUser.

  Sources   Download

BSD-3-Clause

The Requires

 

zf2

24/05 2017

2.x-dev

2.9999999.9999999.9999999-dev https://github.com/ZF-Commons/ZfcUserDoctrineORM

Doctrine2 ORM storage adapter for ZfcUser.

  Sources   Download

BSD-3-Clause

The Requires

 

zf2

24/05 2017

2.0.0

2.0.0.0 https://github.com/ZF-Commons/ZfcUserDoctrineORM

Doctrine2 ORM storage adapter for ZfcUser.

  Sources   Download

BSD-3-Clause

The Requires

 

zf2

30/07 2016

1.0.2

1.0.2.0 https://github.com/ZF-Commons/ZfcUserDoctrineORM

Doctrine2 ORM storage adapter for ZfcUser.

  Sources   Download

BSD-3-Clause

The Requires

 

zf2

30/07 2016

1.x-dev

1.9999999.9999999.9999999-dev https://github.com/ZF-Commons/ZfcUserDoctrineORM

Doctrine2 ORM storage adapter for ZfcUser.

  Sources   Download

BSD-3-Clause

The Requires

 

zf2

20/07 2015

1.0.1

1.0.1.0 https://github.com/ZF-Commons/ZfcUserDoctrineORM

Doctrine2 ORM storage adapter for ZfcUser.

  Sources   Download

BSD-3-Clause

The Requires

 

zf2

15/05 2015

dev-Danielss89-patch-1

dev-Danielss89-patch-1 https://github.com/ZF-Commons/ZfcUserDoctrineORM

Doctrine2 ORM storage adapter for ZfcUser.

  Sources   Download

BSD-3-Clause

The Requires

 

zf2

18/04 2014

1.0.0

1.0.0.0 https://github.com/ZF-Commons/ZfcUserDoctrineORM

Doctrine2 ORM storage adapter for ZfcUser.

  Sources   Download

BSD-3-Clause

The Requires

 

zf2

17/04 2014

0.1.3

0.1.3.0 https://github.com/ZF-Commons/ZfcUserDoctrineORM

Doctrine2 ORM storage adapter for ZfcUser.

  Sources   Download

BSD-3-Clause

The Requires

 

zf2

04/04 2014

0.1.2

0.1.2.0 https://github.com/ZF-Commons/ZfcUserDoctrineORM

Doctrine2 ORM storage adapter for ZfcUser.

  Sources   Download

BSD-3-Clause

The Requires

 

zf2

08/02 2013