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 9y 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 today

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 13% 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

[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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