adamlundrigan/ldc-zf-oauth2-doctrine
zf-oauth2 adapter for use with Doctrine ORM
Maintainers
Package info
github.com/adamlundrigan/LdcZfOAuth2Doctrine
pkg:composer/adamlundrigan/ldc-zf-oauth2-doctrine
Requires
- zfcampus/zf-oauth2: 1.*@stable
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?
-
Install the Composer package:
composer require adamlundrigan/ldc-zf-oauth2-doctrine:dev-master@dev -
Copy the
config/ldc-zf-oauth2-doctrine.local.php.distfile to you application'sconfig/autoloadfolder and modify to suit. -
Enable the module (
LdcZfOAuth2Doctrine) in your ZF2 application.
