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

ActiveLibrary

patrickkivits/ht-user-registration
==================================

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

0.0.3(11y ago)011MITPHPPHP &gt;=5.4

Since May 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/patrickkivits/HtUserRegistration)[ Packagist](https://packagist.org/packages/patrickkivits/ht-user-registration)[ Docs](https://github.com/hrevert/HtUserRegistration)[ RSS](/packages/patrickkivits-ht-user-registration/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (7)Used By (0)

HtUserRegistration
==================

[](#htuserregistration)

[![Master Branch Build Status](https://camo.githubusercontent.com/dbf104e2bf1f4f53ff546a35dbd851bd33b6ccd921a5a73b924290006559da66/68747470733a2f2f6170692e7472617669732d63692e6f72672f687265766572742f487455736572526567697374726174696f6e2e706e67)](http://travis-ci.org/hrevert/HtUserRegistration)[![Latest Stable Version](https://camo.githubusercontent.com/cf6fc69a52c86feeda3f5229f2a68f420351c09b6c23b9f70ae7f7aa7873ba28/68747470733a2f2f706f7365722e707567782e6f72672f687265766572742f68742d757365722d726567697374726174696f6e2f762f737461626c652e706e67)](https://packagist.org/packages/hrevert/ht-user-registration)[![Latest Unstable Version](https://camo.githubusercontent.com/f9772790649c31636616e6a2835cd47802310802eed736b2aafadc1e84c0f93e/68747470733a2f2f706f7365722e707567782e6f72672f687265766572742f68742d757365722d726567697374726174696f6e2f762f756e737461626c652e706e67)](https://packagist.org/packages/hrevert/ht-user-registration)[![Total Downloads](https://camo.githubusercontent.com/4cf1e8951cd1033d106dbde82b04b210183dd207a41b9eb46fb7fcc8ec691ee3/68747470733a2f2f706f7365722e707567782e6f72672f687265766572742f68742d757365722d726567697374726174696f6e2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/hrevert/ht-user-registration)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/cc459fa04f5dc02b420e7da3a369008724cd6d2ac1434a31de42d488da02377d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f687265766572742f487455736572526567697374726174696f6e2f6261646765732f7175616c6974792d73636f72652e706e673f733d64663538363937383966633163333932356137613465626335643664336331336361303332393735)](https://scrutinizer-ci.com/g/hrevert/HtUserRegistration/)[![Code Coverage](https://camo.githubusercontent.com/364abf5555fe0a3df638ca0da16c19bde81de760dc9fa537674ba6b70d1fda1f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f687265766572742f487455736572526567697374726174696f6e2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/hrevert/HtUserRegistration/?branch=master)

A Zend Framework 2 module which extends the registration feature of ZfcUser. When public registration is enabled, it provides email address verfication feature and when public registration is disabled, it sends email to the user`s email address with a link to set their account password.

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

[](#installation)

- Add `"hrevert/ht-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/hrevert/ht-user-registration/config/ht-user-registration.global.php` to `./config/autoload/ht-user-registration.global.php` and change the values as you wish.
- Also, configure [MtMail](https://github.com/mtymek/MtMail/) as stated in the docs.

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 => 'HtUserRegistration\Authentication\Adapter\EmailVerification']
    ]
];
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.4% 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 ~66 days

Total

4

Last Release

4182d ago

### Community

Maintainers

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

---

Top Contributors

[![ojhaujjwal](https://avatars.githubusercontent.com/u/4995501?v=4)](https://github.com/ojhaujjwal "ojhaujjwal (74 commits)")[![FranzBruckner](https://avatars.githubusercontent.com/u/3646708?v=4)](https://github.com/FranzBruckner "FranzBruckner (1 commits)")[![patrickkivits](https://avatars.githubusercontent.com/u/727174?v=4)](https://github.com/patrickkivits "patrickkivits (1 commits)")

---

Tags

modulezf2

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[hrevert/ht-user-registration

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

144.8k2](/packages/hrevert-ht-user-registration)

PHPackages © 2026

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