PHPackages                             awoyotoyin/zfe-auth - 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. awoyotoyin/zfe-auth

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

awoyotoyin/zfe-auth
===================

Common Library for Zend Expressive User Authentication

013PHP

Since Apr 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/AwoyoToyin/zfe-auth)[ Packagist](https://packagist.org/packages/awoyotoyin/zfe-auth)[ RSS](/packages/awoyotoyin-zfe-auth/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Zend {Expressive} User Authentication module
============================================

[](#zend-expressive-user-authentication-module)

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

[](#installation)

```
$ composer require awoyotoyin/zfe-auth:dev-master
```

### Register the module

[](#register-the-module)

This module requires the awoyotoyin/zfe-base module and must be registered to function properly

> ### Zend Expressive
>
> [](#zend-expressive)
>
> ```
> use Zfe\Common\ConfigProvider as CommonConfigProvider;
> use Zfe\Auth\ConfigProvider as AuthConfigProvider;
>
> $aggregator = new ConfigAggregator([
>     ...
>     CommonConfigProvider::class,
>     AuthConfigProvider::class,
>     ...
> ], $cacheConfig['config_cache_path']);
> ```

Usage
-----

[](#usage)

A work in progress

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5974625?v=4)[Awoyo Oluwatoyin Stephen](/maintainers/awoyotoyin)[@AwoyoToyin](https://github.com/AwoyoToyin)

---

Top Contributors

[![AwoyoToyin](https://avatars.githubusercontent.com/u/5974625?v=4)](https://github.com/AwoyoToyin "AwoyoToyin (11 commits)")

### Embed Badge

![Health badge](/badges/awoyotoyin-zfe-auth/health.svg)

```
[![Health](https://phpackages.com/badges/awoyotoyin-zfe-auth/health.svg)](https://phpackages.com/packages/awoyotoyin-zfe-auth)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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