PHPackages                             tri-le/zf-authentication - 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. tri-le/zf-authentication

Abandoned → [https://github.com/Tri-Le/laminas-authentication](/?search=https%3A%2F%2Fgithub.com%2FTri-Le%2Flaminas-authentication)Library[Authentication &amp; Authorization](/categories/authentication)

tri-le/zf-authentication
========================

Authentication module for laminas application

v1.1.0(2y ago)06PHPPHP ^8.1

Since Jan 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Tri-Le/laminas-authentication)[ Packagist](https://packagist.org/packages/tri-le/zf-authentication)[ RSS](/packages/tri-le-zf-authentication/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (3)Dependencies (8)Versions (5)Used By (0)

Authentication module for laminas web application
=================================================

[](#authentication-module-for-laminas-web-application)

> this module is compatible with Laminas application only

Configuration
-------------

[](#configuration)

You must create a dabatase and define the Laminas `db` configuration first. Eg mysqli, sqlite,...

```
'db' => [
        'driver' => 'Pdo_Sqlite',
        'database' => realpath(__DIR__ . '/../../data/db/my_db')
    ]
```

Before you start
----------------

[](#before-you-start)

Running the `bin/create-user-table` to initialise the stuff. You will be asked to create the very first user.

Start
-----

[](#start)

Access `/login` via your browser to test the result. You can use the created user from the step above to log in.

Notes
-----

[](#notes)

Password is stored in `sha256` hashed value.

To override the view scripts, use the configures:

```
'layout/login' => __DIR__ . '/../view/layout/login.phtml',
'tri-le/authentication/log-in/index' => __DIR__ . '/../view/log-in/index.phtml',
'tri-le/authentication/success/index' => __DIR__ . '/../view/success/index.phtml'
```

Thank you
---------

[](#thank-you)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

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

Total

4

Last Release

931d ago

PHP version history (2 changes)v1.0PHP &gt;=7.0

v1.1.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/35ca0c86182709ecef356394a26ac846c40526b690ab208f2f2144e75b48b47f?d=identicon)[tri-le](/maintainers/tri-le)

---

Top Contributors

[![Tri-Le](https://avatars.githubusercontent.com/u/6649156?v=4)](https://github.com/Tri-Le "Tri-Le (33 commits)")

---

Tags

laminasauthentication module

### Embed Badge

![Health badge](/badges/tri-le-zf-authentication/health.svg)

```
[![Health](https://phpackages.com/badges/tri-le-zf-authentication/health.svg)](https://phpackages.com/packages/tri-le-zf-authentication)
```

###  Alternatives

[lm-commons/lmc-user

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

1880.7k5](/packages/lm-commons-lmc-user)[kokspflanze/bjy-authorize

Laminas\\Acl based firewall system for Laminas dispatch protection

20178.2k4](/packages/kokspflanze-bjy-authorize)

PHPackages © 2026

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