zfr/zfr-oauth2-server-doctrine

Doctrine 2 adapter for ZfrOAuth2Server

0.3.1 2022-10-17 14:06 UTC

This package is auto-updated.

Last update: 2024-04-17 17:31:03 UTC


README

Doctrine 2 adapter for ZfrOAuth2Server

Continuous Integration Latest Stable Version Coverage Status Total Downloads Gitter

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

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.