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

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

datatrain/user
==============

Extension of the Cartalyst Sentry authorisation package. Provides ready to go controllers and views for easy prototyping

1241PHP

Since Dec 26Pushed 11y ago1 watchersCompare

[ Source](https://github.com/davidwoolley/usermanagement)[ Packagist](https://packagist.org/packages/datatrain/user)[ RSS](/packages/datatrain-user/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Datatrain User Management Package
=================================

[](#datatrain-user-management-package)

In many ways this package is an exercise in building a 'composer' compliant package. The goal is to provide a working implementation of Sentry 2 using 'read to go' controllers, views and email templates.

### Features

[](#features)

### Installation

[](#installation)

Add `datatrain\user` as a requirement to composer.json:

```
{
    "require": {
        "datatrain/user": "dev-master"
    }
}
```

Update your packages with `composer update` or install with `composer install`.

Once Composer has installed or updated your packages you need to register User with Laravel itself. Open up app/config/app.php and find the providers key towards the bottom and add:

```
'Datatrain\User\UserServiceProvider'
```

### Configuration

[](#configuration)

Whilst this package comes 'pre-configured', most users will want to substitute their own layout, views and templates. This is achieved in Laravel using the artisan config:publish command

```
$ php artisan config:publish datatrain/user

```

This will publish `config.php` in the `app/config/packages/datatrain/user` directory. You may also specify an environment specific directory if desired.

This project is no longer maintained. If you are interested in taking ownership please let me know.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

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/13218057?v=4)[Datatrain](/maintainers/datatrain)[@datatrain](https://github.com/datatrain)

---

Top Contributors

[![davidwoolley](https://avatars.githubusercontent.com/u/1669339?v=4)](https://github.com/davidwoolley "davidwoolley (1 commits)")

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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