2017 © Pedro Peláez
 

library ldc-zf-oauth2-doctrine

zf-oauth2 adapter for use with Doctrine ORM

image

ralfvdb/ldc-zf-oauth2-doctrine

zf-oauth2 adapter for use with Doctrine ORM

  • Wednesday, April 13, 2016
  • by Ralfvdb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 53 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

LdcZfOAuth2Doctrine


Latest Stable Version Total Downloads Latest Unstable Version License Build Status Code Coverage Scrutinizer Code Quality, (*1)


What?

LdcZfOAuth2Doctrine implements zf-oauth2 tables as Doctrine ORM entities. Easily link up any ZfcUser-compatible account entity and bingo-bango they can now authenticate via OAuth2., (*2)

WARNING: This code is not yet tested, documented or been used in a live environment. Approach with extreme caution., (*3)

How?

  1. Install the Composer package:, (*4)

    composer require adamlundrigan/ldc-zf-oauth2-doctrine:dev-master@dev
    
  2. Copy the config/ldc-zf-oauth2-doctrine.local.php.dist file to you application's config/autoload folder and modify to suit., (*5)

  3. Enable the module (LdcZfOAuth2Doctrine) in your ZF2 application., (*6)

The Versions

13/04 2016

dev-master

9999999-dev

zf-oauth2 adapter for use with Doctrine ORM

  Sources   Download

BSD-3-Clause

The Requires