zfr / zfr-oauth2-server-doctrine
为 ZfrOAuth2Server 提供的 Doctrine 2 适配器
0.3.1
2022-10-17 14:06 UTC
Requires
- php: ^7.4 || ^8.0
- doctrine/orm: ^2.8
- psr/container: ^1.0 || ^2.0
- roave/security-advisories: dev-master
- zfr/zfr-oauth2-server: ^0.10
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.1
- laminas/laminas-coding-standard: ^2.4
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-09-17 18:44:13 UTC
README
为 ZfrOAuth2Server 提供的 Doctrine 2 适配器
要求
- PHP 7.4 或更高版本
- doctrine/orm ^2.8
安装
仅通过 Composer 官方支持安装
php composer.phar require zfr/zfr-oauth2-server-doctrine:^0.3
支持
- 在 https://github.com/zf-fr/zfr-oauth2-server-doctrine/issues 上提交问题。
- 在我们的 gitter 聊天中打招呼。
配置
待编写
二级缓存
作用域和令牌被标记为可缓存,以利用 Doctrine 2.5 ORM 的二级缓存。但是,您需要自行配置区域。