zfr / zfr-oauth2-server-doctrine
Doctrine 2 adapter for ZfrOAuth2Server
Installs: 5 478
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 3
Open Issues: 1
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-10-17 18:53:40 UTC
README
Doctrine 2 adapter for ZfrOAuth2Server
Requirements
- PHP 7.4 or higher
- doctrine/orm ^2.8
Installation
Installation is only officially supported using Composer:
php composer.phar require zfr/zfr-oauth2-server-doctrine:^0.3
Support
- File issues at https://github.com/zf-fr/zfr-oauth2-server-doctrine/issues.
- Say hello in our gitter chat.
Configuration
to be written
Second level cache
Scope and tokens are marked cacheable to take advantage of Doctrine 2.5 ORM second level cache. However, you need to configure the regions yourself.