PHPackages                             jroedel/zf2-juser - 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. jroedel/zf2-juser

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

jroedel/zf2-juser
=================

A fork of manuakasam/SamUser. Glues together LmcUser, BjyAuthorize, SlmLocale, and GoalioRememberMe

1.0.0(3y ago)110MITPHPPHP ^8.0

Since Nov 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jroedel/zf2-juser)[ Packagist](https://packagist.org/packages/jroedel/zf2-juser)[ Docs](https://github.com/jroedel/laminas-juser)[ RSS](/packages/jroedel-zf2-juser/feed)WikiDiscussions 1.0.x Synced 2mo ago

READMEChangelog (2)Dependencies (12)Versions (9)Used By (0)

JUser
=====

[](#juser)

A simple Module that glues together LmcUser, BjyAuthorize, SlmLocale, GoalioRememberMe and Laminas\\Db. A fork of `manuakasam/SamUser`.

Installation
============

[](#installation)

1. Require JUser

```
composer require jroedel/zf3-juser

```

2. Copy `config/juser.config.php.dist` to your Application config folder, and customize the values.
3. Create the two tables with the sql in `config/database.sql.dist`.
4. Enable all the modules in your `application.config.php` file (order is important):

```
    return [
        'modules' => [
            // ...
            'ZfcBase',
            'LmcUser',
            'BjyAuthorize',
            'SlmLocale',
            'GoalioRememberMe',
            'JUser',
        ],
        // ...
    ];

```

5. The GUI can be accessed from `/users`. Make sure to double-check that only administers have access to the `juser` routes. This can be configured in your `juser.global.php` file.

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity73

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

Recently: every ~520 days

Total

7

Last Release

1376d ago

Major Versions

0.2.0 → 1.0.02022-07-19

PHP version history (3 changes)0.0.1PHP &gt;=5.3.3

0.2.0PHP ^5.6 || ^7.0

1.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5929465cb558c664df6cf50ee58b537fbaa8da1086c5c423a206dbc25573be34?d=identicon)[jroedel](/maintainers/jroedel)

---

Top Contributors

[![jroedel](https://avatars.githubusercontent.com/u/3315281?v=4)](https://github.com/jroedel "jroedel (65 commits)")

---

Tags

authenticationuser-managementzf3laminas

### Embed Badge

![Health badge](/badges/jroedel-zf2-juser/health.svg)

```
[![Health](https://phpackages.com/badges/jroedel-zf2-juser/health.svg)](https://phpackages.com/packages/jroedel-zf2-juser)
```

###  Alternatives

[laminas/laminas-permissions-acl

Provides a lightweight and flexible access control list (ACL) implementation for privileges management

3212.3M81](/packages/laminas-laminas-permissions-acl)[laminas/laminas-permissions-rbac

Provides a role-based access control management

353.4M29](/packages/laminas-laminas-permissions-rbac)[laminas/laminas-authentication

provides an API for authentication and includes concrete authentication adapters for common use case scenarios

246.5M90](/packages/laminas-laminas-authentication)[kokspflanze/bjy-authorize

Laminas\\Acl based firewall system for Laminas dispatch protection

20178.2k4](/packages/kokspflanze-bjy-authorize)[lm-commons/lmc-rbac-mvc

Laminas Framework MVC Module that provides a layer of features of Laminas\\Permissions\\Rbac

12401.0k7](/packages/lm-commons-lmc-rbac-mvc)

PHPackages © 2026

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