PHPackages                             zf2-boiler-app/app-user - 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. zf2-boiler-app/app-user

ActiveLibrary

zf2-boiler-app/app-user
=======================

ZF2 BoilerApp User module

1164PHP

Since Aug 20Pushed 12y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

ZF2 BoilerApp "User" module
===========================

[](#zf2-boilerapp-user-module)

[![Build Status](https://camo.githubusercontent.com/40047f02861726445334063a50ff37519a148977ac6d9e407842e6dd9ae2f466/68747470733a2f2f7472617669732d63692e6f72672f7a66322d626f696c65722d6170702f6170702d757365722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/zf2-boiler-app/app-user)[![Latest Stable Version](https://camo.githubusercontent.com/b6efd5e593c2b5e73ed2b8561517ecb49c6dbde4197a7752ce5cb1086d5e4a23/68747470733a2f2f706f7365722e707567782e6f72672f7a66322d626f696c65722d6170702f6170702d757365722f762f737461626c652e706e67)](https://packagist.org/packages/zf2-boiler-app/app-user)[![Total Downloads](https://camo.githubusercontent.com/6813e5b1abfcd041a55d967ed5c08fcbdb0017b431ed064f7e7302046192124c/68747470733a2f2f706f7365722e707567782e6f72672f7a66322d626f696c65722d6170702f6170702d757365722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/zf2-boiler-app/app-user)[![Code coverage](https://camo.githubusercontent.com/d88ad14609fc28b80da24e0c2f47229a8caecd3d6b7a71b5a25f6d286e839596/68747470733a2f2f7261772e6769746875622e636f6d2f7a66322d626f696c65722d6170702f6170702d746573742f6d61737465722f726573736f75726365732f3130302532352d636f64652d636f7665726167652e706e67 "100% code coverage")](https://camo.githubusercontent.com/d88ad14609fc28b80da24e0c2f47229a8caecd3d6b7a71b5a25f6d286e839596/68747470733a2f2f7261772e6769746875622e636f6d2f7a66322d626f696c65722d6170702f6170702d746573742f6d61737465722f726573736f75726365732f3130302532352d636f64652d636f7665726167652e706e67)

NOTE : This module is in heavy development, it's not usable yet. If you want to contribute don't hesitate, I'll review any PR.

Introduction
------------

[](#introduction)

**ZF2 BoilerApp User module** is a Zend Framework 2 module that provides user account managment for ZF2 Boiler-App

Requirements
------------

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master)

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

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

1. Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "zf2-boiler-app/app-user": "dev-master"
    }
    ```
2. Now tell composer to download **ZF2 BoilerApp User module** by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling BoilerAppUser, BoilerAppDb and Doctrine modules in your `application.config.php` file.

    ```
    return array(
        'modules' => array(
            // ...
            'BoilerAppUser',
            'BoilerAppDb',
            'DoctrineModule',
    		'DoctrineORMModule',
    		// ...
        ),
        // ...
    );
    ```

Features
--------

[](#features)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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://www.gravatar.com/avatar/0cd480ea3050a483f3e08c365a6d847402b4edb110d706111d13ef33b845ef9f?d=identicon)[neilime](/maintainers/neilime)

---

Top Contributors

[![neilime](https://avatars.githubusercontent.com/u/314088?v=4)](https://github.com/neilime "neilime (41 commits)")

### Embed Badge

![Health badge](/badges/zf2-boiler-app-app-user/health.svg)

```
[![Health](https://phpackages.com/badges/zf2-boiler-app-app-user/health.svg)](https://phpackages.com/packages/zf2-boiler-app-app-user)
```

PHPackages © 2026

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