PHPackages                             detailnet/dfw-auth-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. detailnet/dfw-auth-module

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

detailnet/dfw-auth-module
=========================

Zend Framework Module for authentication and authorization

1.2.0(7y ago)16512MITPHPPHP ^7.1

Since Mar 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/detailnet/dfw-auth-module)[ Packagist](https://packagist.org/packages/detailnet/dfw-auth-module)[ Docs](https://github.com/detailnet/dfw-auth-module/)[ RSS](/packages/detailnet-dfw-auth-module/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (16)Versions (18)Used By (0)

Zend Framework Module for authentication and authorization
==========================================================

[](#zend-framework-module-for-authentication-and-authorization)

[![Build Status](https://camo.githubusercontent.com/08d26bdf50de88008fbc02c587346fe4c68b8e7671ee984a8cb0bfd4e9d9e793/68747470733a2f2f7472617669732d63692e6f72672f64657461696c6e65742f6466772d617574682d6d6f64756c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/detailnet/dfw-auth-module)[![Coverage Status](https://camo.githubusercontent.com/0261c5016b314748fa43caa390b002cb7651513ee0569adc8632855ddc1cd8b7/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f64657461696c6e65742f6466772d617574682d6d6f64756c652e737667)](https://coveralls.io/r/detailnet/dfw-auth-module)[![Latest Stable Version](https://camo.githubusercontent.com/713425953d9e31b4993dcc8e1a97a61fb2b1c295760e8faeb0f111fa732e4958/68747470733a2f2f706f7365722e707567782e6f72672f64657461696c6e65742f6466772d617574682d6d6f64756c652f762f737461626c652e737667)](https://packagist.org/packages/detailnet/dfw-auth-module)[![Latest Unstable Version](https://camo.githubusercontent.com/fbe4a4198a4db72c0c11a5d0f32bb9cb027082c15032588ae787848a47058d8c/68747470733a2f2f706f7365722e707567782e6f72672f64657461696c6e65742f6466772d617574682d6d6f64756c652f762f756e737461626c652e737667)](https://packagist.org/packages/detailnet/dfw-auth-module)

Introduction
------------

[](#introduction)

This module contains tools for authentication (based on the [Authentication component for ZF](https://github.com/zendframework/zend-authentication)) and authorization (based on [ZfcRbac](https://github.com/ZF-Commons/zfc-rbac)).

Requirements
------------

[](#requirements)

[Zend Framework Skeleton Application](http://www.github.com/zendframework/ZendSkeletonApplication) (or compatible architecture)

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

[](#installation)

Install the module through [Composer](http://getcomposer.org/) using the following steps:

1. `cd my/project/directory`
2. Create a `composer.json` file with following contents (or update your existing file accordingly):

    ```
    {
        "require": {
            "detailnet/dfw-auth-module": "^1.0"
        }
    }
    ```
3. Install Composer via `curl -s http://getcomposer.org/installer | php` (on Windows, download the [installer](http://getcomposer.org/installer) and execute it with PHP)
4. Run `php composer.phar self-update`
5. Run `php composer.phar install`
6. Open `configs/application.config.php` and add following key to your `modules`:

    ```
    'Detail\Auth',
    ```
7. Copy `vendor/detailnet/dfw-auth-module/config/detail_auth.local.php.dist` into your application's `config/autoload` directory, rename it to `detail_auth.local.php` and make the appropriate changes.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

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

Recently: every ~264 days

Total

17

Last Release

2795d ago

Major Versions

0.4.1 → 1.0.02017-03-23

PHP version history (4 changes)0.1.0PHP &gt;=5.4.0

0.4.0PHP &gt;=5.5.0

1.0.0PHP ^7.0

1.1.0PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca881f1116d03f5f9469b1700f60b0547140369403147a9105b562cc7e5f1311?d=identicon)[curzio-della-santa](/maintainers/curzio-della-santa)

---

Top Contributors

[![curzio-della-santa](https://avatars.githubusercontent.com/u/7221909?v=4)](https://github.com/curzio-della-santa "curzio-della-santa (3 commits)")

---

Tags

Authenticationauthorizationzfmoduledfwdetailnet

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/detailnet-dfw-auth-module/health.svg)

```
[![Health](https://phpackages.com/badges/detailnet-dfw-auth-module/health.svg)](https://phpackages.com/packages/detailnet-dfw-auth-module)
```

###  Alternatives

[zfr/zfr-oauth2-server-module

Zend Framework 2 module for ZfrOAuth2Server

1236.7k1](/packages/zfr-zfr-oauth2-server-module)

PHPackages © 2026

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