PHPackages                             manuakasam/sam-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. manuakasam/sam-user

ActiveLibrary

manuakasam/sam-user
===================

A simple useable module to quickly glue together ZfcUser, BjyAuthorize and Doctrine 2

182.4k10PHP

Since May 5Pushed 11y ago2 watchersCompare

[ Source](https://github.com/manuakasam/SamUser)[ Packagist](https://packagist.org/packages/manuakasam/sam-user)[ RSS](/packages/manuakasam-sam-user/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SamUser
=======

[](#samuser)

**What is SamUser?**

SamUser is a Module that acts like glue between ZfcUser, ZfcUserDoctrineORM and BjyAuthorize. Configuration for those three Modules - at least in my cases - are almost identical at all times. Since I am too lazy to copy paste stuff I created this Module.

**What exactly does SamUser?**

SamUser provides a very common Default-Configuration for the abovementioned Modules. It also provides the required Entities.

**What's the use again?**

Nothing but helping out lazy people ;) You may want to check out my blogpost where i describe in detail how and why this module has been created

>

Installation
============

[](#installation)

Installation via composer is supported, simply add the following line to your `composer.json`

```
"require" : {
    "manuakasam/sam-user": "dev-master"
}

```

All that matters then is to load `SamUser` **after** `ZfcUser` and `BjyAuthorize`. An example application configuration could look like the following:

```
'modules' => array(
    'Application',
    'DoctrineModule',
    'DoctrineORMModule',
    'ZfcBase',
    'ZfcUser',
    'ZfcUserDoctrineORM',
    'BjyAuthorize',
    'SamUser'             // Important to load after all ZfcUser, BjyAuthorize and their required modules!
)

```

Configuration
=============

[](#configuration)

This Module doesn't require any special configuration. All that's needed is to set up a Connection for Doctrine. For this you can use the distribuntionable located inside `SamUser/config`

If you need to modify any behavior of the glued Modules, then simply use the DEFAULT Configuration Options from ZfcUser or BjyAuthorize ;)

Dependencies
============

[](#dependencies)

This Module heavily depends on the following Modules and makes no sense without them:

- ZfcUser
- DoctrineORMModule
- ZfcUserDoctrineORM
- BjyAuthorize

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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/1ed31be404d98dfdab5b15351d3615e2bc4bceda9735fb398435d70e80f3d3b3?d=identicon)[manuakasam](/maintainers/manuakasam)

---

Top Contributors

[![manuakasam](https://avatars.githubusercontent.com/u/1087280?v=4)](https://github.com/manuakasam "manuakasam (14 commits)")[![samsonasik](https://avatars.githubusercontent.com/u/459648?v=4)](https://github.com/samsonasik "samsonasik (2 commits)")

### Embed Badge

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

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

PHPackages © 2026

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