2017 © Pedro Peláez
 

library ldc-zf-oauth2-doctrine

zf-oauth2 adapter for use with Doctrine ORM

image

adamlundrigan/ldc-zf-oauth2-doctrine

zf-oauth2 adapter for use with Doctrine ORM

  • Saturday, November 15, 2014
  • by adamlundrigan
  • Repository
  • 2 Watchers
  • 3 Stars
  • 745 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 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

15/11 2014

dev-master

9999999-dev

zf-oauth2 adapter for use with Doctrine ORM

  Sources   Download

BSD-3-Clause

The Requires