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

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

ax2to/laravel-user
==================

Custom users package

015PHP

Since Aug 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ax2to/laravel-user)[ Packagist](https://packagist.org/packages/ax2to/laravel-user)[ RSS](/packages/ax2to-laravel-user/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-user
============

[](#laravel-user)

Basic package for user management Laravel 5

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

[](#installation)

// console

```
$ composer require ax2to/laravel-user:dev-master
```

// json

```
"require-dev": {
    "ax2to/laravel-user": "dev-master"
}
```

// add service provider

```
Ax2to\LaravelUser\LaravelUserServiceProvider::class,
```

// publish

```
$ php artisan vendor:publish
```

// run migration

```
$ php artisan migrate
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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://avatars.githubusercontent.com/u/1226565?v=4)[Alan Tello Oyola](/maintainers/ax2to)[@ax2to](https://github.com/ax2to)

---

Top Contributors

[![ax2to](https://avatars.githubusercontent.com/u/1226565?v=4)](https://github.com/ax2to "ax2to (12 commits)")

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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