library ldc-zf-oauth2-doctrine
zf-oauth2 adapter for use with Doctrine ORM
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
LdcZfOAuth2Doctrine
, (*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?
-
Install the Composer package:, (*4)
composer require adamlundrigan/ldc-zf-oauth2-doctrine:dev-master@dev
-
Copy the config/ldc-zf-oauth2-doctrine.local.php.dist
file to you application's config/autoload
folder and modify to suit., (*5)
-
Enable the module (LdcZfOAuth2Doctrine
) in your ZF2 application., (*6)
dev-master
9999999-dev
zf-oauth2 adapter for use with Doctrine ORM
Sources
Download
BSD-3-Clause
The Requires