api-skeletons / zf-oauth2-doctrine
Doctrine OAuth2 Server Adapter for Apigility
Installs: 225 583
Dependents: 6
Suggesters: 3
Security: 0
Stars: 33
Watchers: 6
Forks: 26
Open Issues: 1
Requires
- php: >=7.1
- doctrine/doctrine-module: ^1.2 || ^2.1
- doctrine/doctrine-orm-module: ^1.1.5 || ^2.1
- doctrine/orm: ^2.5.11
- zendframework/zend-config: ^2.6 || ^3.0
- zendframework/zend-i18n: ^2.7
- zendframework/zend-modulemanager: ^2.0
- zendframework/zend-mvc: ^3.0
- zendframework/zend-servicemanager: ^3.0
- zfcampus/zf-mvc-auth: ^1.4.3
- zfcampus/zf-oauth2: ^1.4
Requires (Dev)
- api-skeletons/coding-standard: ^1.0
- mockery/mockery: ^0.9.5
- phpunit/phpunit: ^7.0
- satooshi/php-coveralls: ^1.0
- zendframework/zend-authentication: ^2.5
- zendframework/zend-eventmanager: ^3.2
- zendframework/zend-form: ^2.10
- zendframework/zend-loader: ^2.4
- zendframework/zend-log: ^2.9
- zendframework/zend-serializer: ^2.7
- zendframework/zend-test: ^3.1
Suggests
- api-skeletons/zf-oauth2-doctrine-permissions-acl: Access Control Lists for zf-oauth2-doctrine
- bushbaby/zf-oauth2-doctrine-mutatetablenames: Allows configuration of the table names that this module uses
This package is auto-updated.
Last update: 2020-03-07 16:05:42 UTC
README
This provides a Doctrine adapter for zfcampus/zf-mvc-auth and zfcampus/zf-oauth2 and entity definitions for all aspects of OAuth2 including Authorization Code, Access Tokens, Refresh Tokens, JWT & JTI, and Scopes.
Versions
- 1.x series is for PHP 5.5 to 7.0.
- 2.x series is for PHP 7.1 onward.
- 3.x series is for PHP 7.1 onward and uses bigint instead of integer, scope fixture, and bcrypt cost of 10.
Entity Relationship Diagram created with Skipper