PHPackages                             gdpro/gdpro-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. gdpro/gdpro-user

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

gdpro/gdpro-user
================

User Module for zend framework

1.0.9(10y ago)182PHPPHP &gt;=5.5.8

Since Nov 3Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (22)Versions (13)Used By (0)

Gdpro User Account
==================

[](#gdpro-user-account)

### Introduction

[](#introduction)

Module which implement user features.

### Changelog

[](#changelog)

[doc/CHANGELOG.md](doc/CHANGELOG.md)

### Requirements

[](#requirements)

Please see the [composer.json](composer.json) file.

### Installation

[](#installation)

Run the following `composer` command:

```
$ composer require "gdpro/gdpro-user:~1.0"
```

Alternately, manually add the following to your `composer.json`, in the `require` section:

```
"require": {
    "gdpro/gdpro-user": "~1.0"
}
```

And then run `composer update` to ensure the module is installed.

Finally, add the module name to your project's `config/application.config.php`under the `modules` key:

```
return array(
    /* ... */
    'modules' => array(
        /* ... */
        'GdproUser',
    ),
    /* ... */
);
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Recently: every ~67 days

Total

11

Last Release

3854d ago

Major Versions

0.0.4 → 1.0.02014-12-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/12bb1d3b51340daa0f19c946f2ba7d3e4b277854fc722409809d0e43845fe0de?d=identicon)[garygitton](/maintainers/garygitton)

---

Top Contributors

[![garygitton](https://avatars.githubusercontent.com/u/3704874?v=4)](https://github.com/garygitton "garygitton (60 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[zf-commons/zfc-user

A generic user registration and authentication module for ZF2. Supports Zend\\Db and Doctrine2.

4851.1M70](/packages/zf-commons-zfc-user)[socalnick/scn-social-auth

Uses the HybridAuth PHP library to Enable authentication via Google, Facebook, Twitter, Yahoo!, etc for the ZfcUser ZF2 module.

21974.2k3](/packages/socalnick-scn-social-auth)[stroker/form

ZF2 module for extending forms with live clientside validation

4157.1k](/packages/stroker-form)

PHPackages © 2026

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