ralfvdb / ldc-zf-oauth2-doctrine
zf-oauth2 adapter for use with Doctrine ORM
Installs: 62
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
pkg:composer/ralfvdb/ldc-zf-oauth2-doctrine
Requires
- zfcampus/zf-oauth2: 1.*@stable
This package is not auto-updated.
Last update: 2025-10-03 23:58:56 UTC
README
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.dist
file to you application'sconfig/autoload
folder and modify to suit. -
Enable the module (
LdcZfOAuth2Doctrine
) in your ZF2 application.