adamlundrigan/ldc-zf-oauth2-doctrine

zf-oauth2 adapter for use with Doctrine ORM

Maintainers

👁 adamlundrigan

Package info

github.com/adamlundrigan/LdcZfOAuth2Doctrine

pkg:composer/adamlundrigan/ldc-zf-oauth2-doctrine

Statistics

Installs: 753

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 1

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

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 54c810e168b4e28b2960fadc756665c108b7f043

  • Adam Lundrigan <adam.woop@lundrigan.ca>

This package is not auto-updated.

Last update: 2026-06-30 11:30:59 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.