PHPackages                             api-skeletons/oauth2-doctrine-console - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. api-skeletons/oauth2-doctrine-console

ActiveLibrary[Database &amp; ORM](/categories/database)

api-skeletons/oauth2-doctrine-console
=====================================

Console management of an OAuth2 for Doctrine Server for Laminas

5.1.0(5y ago)09.6k↓50%1MITPHPPHP ^7.3

Since Jul 20Pushed 5y agoCompare

[ Source](https://github.com/API-Skeletons/oauth2-doctrine-console)[ Packagist](https://packagist.org/packages/api-skeletons/oauth2-doctrine-console)[ RSS](/packages/api-skeletons-oauth2-doctrine-console/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Console Management of an OAuth2 for Doctrine Server for Laminas
===============================================================

[](#console-management-of-an-oauth2-for-doctrine-server-for-laminas)

[![Gitter](https://camo.githubusercontent.com/c45f0485e89d3cd41f666d7d4bb5875cb59836555e05b6b11f77ed223eb64c0c/68747470733a2f2f6261646765732e6769747465722e696d2f6170692d736b656c65746f6e732f6f70656e2d736f757263652e737667)](https://gitter.im/api-skeletons/open-source)[![Patreon](https://camo.githubusercontent.com/f9e075baad95563481d35174d43ef50757281abb6bc795d0f473fad452afa030/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70617472656f6e2d646f6e6174652d79656c6c6f772e737667)](https://www.patreon.com/apiskeletons)[![Total Downloads](https://camo.githubusercontent.com/04f220a42559075630e746b11554344ca4a0660cd863c648c7ec3177aef793b2/68747470733a2f2f706f7365722e707567782e6f72672f6170692d736b656c65746f6e732f6f61757468322d646f637472696e652d636f6e736f6c652f646f776e6c6f616473)](https://packagist.org/packages/api-skeletons/oauth2-doctrine-console)

About
-----

[](#about)

This repository provides console routes to manage an [OAuth2 for Doctrine](https://github.com/API-Skeletons/oauth2-doctrine) server.

Installation
------------

[](#installation)

Installation of this module uses composer. For composer documentation, please refer to [getcomposer.org](http://getcomposer.org/).

```
$ php composer.phar require api-skeletons/oauth2-doctrine-console "*"
```

Add this module to your application's configuration:

```
'modules' => array(
   ...
   'ApiSkeletons\OAuth2\Doctrine\Console',
),
```

Console Routes
--------------

[](#console-routes)

- `oauth2:client:create` Create a new client with or without a user.
- `oauth2:client:update` Update a client.
- `oauth2:client:delete` Delete a client.
- `oauth2:client:list` List all clients.
- `oauth2:scope:create` Create a scope.
- `oauth2:scope:update` Update a scope.
- `oauth2:scope:delete` Delete a scope.
- `oauth2:scope:list` List all scopes.
- `oauth2:public-key:create` Create the public/private key record for the given client. This data is used to sign JWT access tokens. Each client may have only one key pair.
- `oauth2:public-key:delete` Remove the key pair public key from a client.
- `oauth2:jwt:create` Create a new JWT for a given client. This JWT will be used by an oauth2 connection requesting a grant\_type of `urn:ietf:params:oauth:grant-type:jwt-bearer`. Creating the JWT puts the oauth2 connection request's public key in place in the OAuth2 tables.
- `oauth2:jwt:delete` Delete a JWT.
- `oauth2:jwt:list` List all JWT.

For the connecting side of JWT see

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~116 days

Total

3

Last Release

1886d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/49dd7d9dba889ac674b0da447d9c1e69d1128dc3ccbaef98ba83d6ee519fc2d6?d=identicon)[tom\_anderson](/maintainers/tom_anderson)

---

Top Contributors

[![TomHAnderson](https://avatars.githubusercontent.com/u/493920?v=4)](https://github.com/TomHAnderson "TomHAnderson (31 commits)")

---

Tags

consolelaminasdoctrineoauth2

### Embed Badge

![Health badge](/badges/api-skeletons-oauth2-doctrine-console/health.svg)

```
[![Health](https://phpackages.com/badges/api-skeletons-oauth2-doctrine-console/health.svg)](https://phpackages.com/packages/api-skeletons-oauth2-doctrine-console)
```

###  Alternatives

[doctrine/doctrine-orm-module

Laminas Module that provides Doctrine ORM functionality

4407.3M292](/packages/doctrine-doctrine-orm-module)[doctrine/doctrine-module

Laminas Module that provides Doctrine basic functionality required for ORM and ODM modules

3957.9M115](/packages/doctrine-doctrine-module)[doctrine/doctrine-mongo-odm-module

Laminas Module which provides Doctrine MongoDB ODM functionality

86676.6k35](/packages/doctrine-doctrine-mongo-odm-module)[doctrine/doctrine-laminas-hydrator

Doctrine hydrators for Laminas applications

362.8M19](/packages/doctrine-doctrine-laminas-hydrator)[samsonasik/error-hero-module

A Hero for your Laminas and Mezzio application to trap php errors &amp; exceptions

5233.4k1](/packages/samsonasik-error-hero-module)[laminas-api-tools/api-tools-doctrine

Laminas API Tools Doctrine module

10633.9k5](/packages/laminas-api-tools-api-tools-doctrine)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
