PHPackages                             jelix/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. jelix/authentication-module

ActiveJelix-module[Authentication &amp; Authorization](/categories/authentication)

jelix/authentication-module
===========================

modules to add authentication features to a web application made with Jelix

v0.4.1(7mo ago)02.1k2[17 issues](https://github.com/jelix/authentication-module/issues)[3 PRs](https://github.com/jelix/authentication-module/pulls)MITPHPPHP &gt;=7.4CI failing

Since Aug 28Pushed 3w ago1 watchersCompare

[ Source](https://github.com/jelix/authentication-module)[ Packagist](https://packagist.org/packages/jelix/authentication-module)[ RSS](/packages/jelix-authentication-module/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (14)Used By (0)

Jelix Authentication
====================

[](#jelix-authentication)

It is an authentication framework for Jelix Applications. It provides a sets of features and API to implement authentication that match your needs. It brings also an account management. However, it doesn't manage authorizations or rights.

This is a work in progress.

Jelix 1.8.0 and higher is required.

Read the [installation.md](docs/en/installation.md) file to learn how to install the modules.

These modules will deprecate jauth and jauthdb modules that are still provided into Jelix.

Features
--------

[](#features)

Main features :

- Support of several authentication/identity provider at the same time.
- support of second factor authentication (provided by third-party modules)
- support of additional pages to show just after the authentication (provided by third-party modules). These pages can be pages like to acknowledge new usage policy, to force to change the password, or just displays important information to read before to enter into the application.
- email notifications when a user authenticates on the application
- the authloginpass module provides an identify provider based on a login / password authentication.
    - different builtin backends : database (dao), ldap, ini file
    - password reset feature on the login form
    - cli commands to manage logins, passwords, backends
- support for application accounts, although authentication can work without user accounts for simple applications. A builtin module allows to implement application accounts, but it can be replaced by your own account module.
- The builtin account module provides
- a page allowing the user to show and modify its profile(name, email, and any other information if the application provides its own form and dao)
- cli commands to manage accounts
- notify users by email each time someone is authenticated with their account

Highly configurable :

- many events allow third-party modules to hook at different steps of the authentication (and logout)
- any third-party module can provide
    - an identity provider using a specific protocol (saml, oauth etc)
    - its own session manager
    - its own account manager
    - a backend for the authloginpass module

User interface :

- Provides a login page on which all identity provider can add content automatically (HTML content that can be a form, a button, a link...), so the user can choose which one to use.
- an admin module to manage accounts

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance82

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.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 ~174 days

Recently: every ~40 days

Total

12

Last Release

221d ago

PHP version history (2 changes)v0.2.0PHP &gt;=5.6

v0.3.0PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/ae8142be36568660282368ce7c1eec904ecbc515ab5b58c759a487f3a6f1d114?d=identicon)[laurentj](/maintainers/laurentj)

![](https://www.gravatar.com/avatar/baa42c7323bbc9245b0c70f770031383879941a1a813f678f2835699fd50b375?d=identicon)[mdouchin](/maintainers/mdouchin)

![](https://avatars.githubusercontent.com/u/1575538?v=4)[rldhont](/maintainers/rldhont)[@rldhont](https://github.com/rldhont)

---

Top Contributors

[![laurentj](https://avatars.githubusercontent.com/u/336034?v=4)](https://github.com/laurentj "laurentj (165 commits)")[![nworr](https://avatars.githubusercontent.com/u/43475951?v=4)](https://github.com/nworr "nworr (19 commits)")[![alagroy-42](https://avatars.githubusercontent.com/u/43455361?v=4)](https://github.com/alagroy-42 "alagroy-42 (5 commits)")[![Gustry](https://avatars.githubusercontent.com/u/1609292?v=4)](https://github.com/Gustry "Gustry (1 commits)")

---

Tags

Authenticationjelix

### Embed Badge

![Health badge](/badges/jelix-authentication-module/health.svg)

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

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.7k51.8M372](/packages/tymon-jwt-auth)[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.7k147.0M288](/packages/league-oauth2-server)[league/oauth2-client

OAuth 2.0 Client Library

3.8k128.7M1.3k](/packages/league-oauth2-client)[google/auth

Google Auth Library for PHP

1.4k294.2M219](/packages/google-auth)[pragmarx/google2fa

A One Time Password Authentication package, compatible with Google Authenticator.

2.0k97.9M238](/packages/pragmarx-google2fa)[paragonie/sodium_compat

Pure PHP implementation of libsodium; uses the PHP extension if it exists

931145.2M179](/packages/paragonie-sodium-compat)

PHPackages © 2026

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