api-skeletons / zf-oauth2-doctrine
3.1.5
2019-02-02 23:15 UTC
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
此软件包为 zfcampus/zf-mvc-auth 和 zfcampus/zf-oauth2 提供Doctrine适配器,并为OAuth2的各个方面定义实体,包括授权码、访问令牌、刷新令牌、JWT & JTI 和作用域。
版本
- 1.x 系列适用于 PHP 5.5 到 7.0。
- 2.x 系列适用于 PHP 7.1 及以上。
- 3.x 系列适用于 PHP 7.1 及以上,使用 bigint 替代 integer,范围修复件,以及 bcrypt 成本为 10。
实体关系图由 Skipper 创建