PHPackages                             stijnhau/user-registration - 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. stijnhau/user-registration

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

stijnhau/user-registration
==========================

A Zend Framework 3 module which extends the registration feature of ZfcUser with email address verification

031PHP

Since Jun 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/stijnhau/UserRegistration)[ Packagist](https://packagist.org/packages/stijnhau/user-registration)[ RSS](/packages/stijnhau-user-registration/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

UserRegistration
================

[](#userregistration)

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

[](#installation)

- Add `"stijnhau/user-registration": "0.0.*"`, to your composer.json and run `php composer.phar update`
- Enable this module in `config/application.config.php`
- Copy file located in `vendor/stijnhau/user-registration/config/user-registration.global.php` to `./config/autoload/user-registration.global.php` and change the values as you wish.

Note
----

[](#note)

If you do not want unverified users to log in, this module also ships with a authentication adapter.

```
return [
    'zfcuser' => [
        'auth_adapters' => [80 => 'UserRegistration\Authentication\Adapter\EmailVerification']
    ]
];
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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/852404?v=4)[Stijn Haulotte](/maintainers/stijnhau)[@stijnhau](https://github.com/stijnhau)

---

Top Contributors

[![stijnhau](https://avatars.githubusercontent.com/u/852404?v=4)](https://github.com/stijnhau "stijnhau (22 commits)")

### Embed Badge

![Health badge](/badges/stijnhau-user-registration/health.svg)

```
[![Health](https://phpackages.com/badges/stijnhau-user-registration/health.svg)](https://phpackages.com/packages/stijnhau-user-registration)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[vonage/jwt

A standalone package for creating JWTs for Vonage APIs

424.1M4](/packages/vonage-jwt)

PHPackages © 2026

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