PHPackages                             final-gene/rest-resource-authentication-module - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. final-gene/rest-resource-authentication-module

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

final-gene/rest-resource-authentication-module
==============================================

Authentication functionality for REST resources

1.3.10(6y ago)07211MITPHPPHP &gt;=5.5.0

Since Jan 15Pushed 6y agoCompare

[ Source](https://github.com/final-gene/zf2-rest-resource-authentication-module)[ Packagist](https://packagist.org/packages/final-gene/rest-resource-authentication-module)[ Docs](https://github.com/final-gene/zf2-rest-resource-authentication-module)[ RSS](/packages/final-gene-rest-resource-authentication-module/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (15)Versions (15)Used By (0)

REST resource authentication module
===================================

[](#rest-resource-authentication-module)

Usage
-----

[](#usage)

Bind authentication functionality to REST resources

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

[](#installation)

- `$ composer require final-gene/rest-resource-authentication-module`
- add `FinalGene\RestResourceAuthenticationModule` to the modules array in your application config
- register your factory/invokable class in the service manager config

    ```
      [
       'service_manager' => [
           'invokables' => [
               'FinalGene\RestResourceAuthenticationModule\Service\AuthenticationService' => 'FinalGene\RestResourceAuthenticationModule\Service\AuthenticationService',
           ],
           'factories' => [
           ],
       ],
      ];

    ```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 97.8% 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 ~109 days

Recently: every ~259 days

Total

14

Last Release

2341d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8856d4139fd7a0f97990a243ba922724ff0f93490d5cf3442e470ef0595f9e7e?d=identicon)[FrankGiesecke](/maintainers/FrankGiesecke)

---

Top Contributors

[![FrankGiesecke](https://avatars.githubusercontent.com/u/4430040?v=4)](https://github.com/FrankGiesecke "FrankGiesecke (45 commits)")[![feitc](https://avatars.githubusercontent.com/u/13762509?v=4)](https://github.com/feitc "feitc (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/final-gene-rest-resource-authentication-module/health.svg)

```
[![Health](https://phpackages.com/badges/final-gene-rest-resource-authentication-module/health.svg)](https://phpackages.com/packages/final-gene-rest-resource-authentication-module)
```

###  Alternatives

[league/oauth2-server

A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.

6.6k136.0M247](/packages/league-oauth2-server)[zf-commons/zfc-user

A generic user registration and authentication module for ZF2. Supports Zend\\Db and Doctrine2.

4851.1M70](/packages/zf-commons-zfc-user)[socalnick/scn-social-auth

Uses the HybridAuth PHP library to Enable authentication via Google, Facebook, Twitter, Yahoo!, etc for the ZfcUser ZF2 module.

21974.2k3](/packages/socalnick-scn-social-auth)[zfr/zfr-oauth2-server-module

Zend Framework 2 module for ZfrOAuth2Server

1236.2k1](/packages/zfr-zfr-oauth2-server-module)[franz-deleon/fdl-oauth2-provider

ZF2 OAuth2 Provider module

166.8k](/packages/franz-deleon-fdl-oauth2-provider)

PHPackages © 2026

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