adamlundrigan/ldc-zf-oauth2-doctrine

zf-oauth2 adapter for use with Doctrine ORM

dev-master 2014-11-15 21:21 UTC

This package is not auto-updated.

Last update: 2024-04-09 00:47:40 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License Build Status Code Coverage Scrutinizer Code Quality

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.

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

How?

  1. Install the Composer package:

    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.

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