PHPackages                             api-skeletons/zf-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/zf-oauth2-doctrine-console

Abandoned → [api-skeletons/oauth2-doctrine-console](/?search=api-skeletons%2Foauth2-doctrine-console)Library[Database &amp; ORM](/categories/database)

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

Console management of an Apigility Doctrine OAuth2 server

2.0.1(8y ago)283.0k↓50%6[1 PRs](https://github.com/API-Skeletons/zf-oauth2-doctrine-console/pulls)MITPHPPHP ^7.1

Since Jun 24Pushed 5y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (13)Used By (0)

Console Management of an Apigility Doctrine OAuth2 server
=========================================================

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

[![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/7e76ba87b0d0751f889ae8744e62f2fd737e88ddb8ea55b91fdcac4a2d5ce286/68747470733a2f2f706f7365722e707567782e6f72672f6170692d736b656c65746f6e732f7a662d6f61757468322d646f637472696e652d636f6e736f6c652f646f776e6c6f616473)](https://packagist.org/packages/api-skeletons/zf-oauth2-doctrine-console)

Versions
--------

[](#versions)

Version 1.x is for php 5.5 to 7.0. Version 2.0 and up is for PHP 7.1 and up.

About
-----

[](#about)

This repository provides console routes to manage a headless OAuth2 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/zf-oauth2-doctrine-console "*"
```

Add this module to your application's configuration:

```
'modules' => array(
   ...
   'ZF\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, [zf-oauth2-client](https://github.com/API-Skeletons/zf-oauth2-client) provides a command line tool to generate a JWT reqeust. See also

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~90 days

Recently: every ~159 days

Total

12

Last Release

2986d ago

Major Versions

1.2.2 → 2.0.02017-10-09

PHP version history (3 changes)1.0.0PHP &gt;=5.3.3

1.1.0PHP &gt;=5.5

2.0.0PHP ^7.1

### 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 (25 commits)")

---

Tags

consoledoctrineoauth2apigility

### Embed Badge

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

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

###  Alternatives

[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58523.9M36](/packages/scienta-doctrine-json-functions)[semhoun/slim-skeleton-mvc

Simple Slim Framework 4 skeleton with Twig, Monolog, Doctrine in Sqlite.

871.3k](/packages/semhoun-slim-skeleton-mvc)

PHPackages © 2026

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