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

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

webappid/laravel-user
=====================

Core simple user management for laravel

5.3.0(3y ago)868424MITPHPPHP &gt;=8.0.0CI failing

Since Jan 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/webappid/laravel-user)[ Packagist](https://packagist.org/packages/webappid/laravel-user)[ RSS](/packages/webappid-laravel-user/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (10)Versions (69)Used By (4)

Laravel-User
============

[](#laravel-user)

this package is the core of user management based on laravel.

This package required laravel auth.

#### Step by step to use :

[](#step-by-step-to-use-)

1. run `php artisan make:auth`.
2. run `php artisan migrate`.
3. run `composer require webappid/laravel-user`.
4. run `php artisan migrate` one more time.
5. run `webappid:user:seed` to create default data.
6. run `php artisan db:seed --class='WebAppId\User\Seeds\AdminResetPasswordTableSeeder'` to reset admin use.
7. default root / admin email is

#### Use as route middleware :

[](#use-as-route-middleware-)

add new middleware in `$routeMiddleware` section in `app\Http\Kernel.php`

`'role' => \WebAppId\User\Middleware\RoleCheck::class, 'permission' => \WebAppId\User\Middleware\PermissionCheck::class,`

##### Usage

[](#usage)

`Route::group(['middleware' => ['auth', 'role:admin', 'permission:allaccess']], function () { })`

If you have any question about this package, please don't hesitate to drop me an email at

Thanks to everyone to help me build this package.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 90.3% 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 ~20 days

Recently: every ~40 days

Total

68

Last Release

1312d ago

Major Versions

1.6.0 → 2.0.02019-10-20

2.0.2 → 3.0.02019-12-01

3.1.0 → 4.0.02020-04-20

4.7.0 → 5.0.02022-04-15

PHP version history (3 changes)1.0.0PHP &gt;=7.1.0

1.3.1PHP &gt;=7.2.0

5.0.0PHP &gt;=8.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/bccdf01afc153c118b1a7f3ee97e48fd04a8dfdfe9d2f4dabfe406ecf58d402e?d=identicon)[dyan.galih](/maintainers/dyan.galih)

---

Top Contributors

[![DyanGalih](https://avatars.githubusercontent.com/u/3088531?v=4)](https://github.com/DyanGalih "DyanGalih (84 commits)")[![fadlikadn](https://avatars.githubusercontent.com/u/6155972?v=4)](https://github.com/fadlikadn "fadlikadn (9 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M350](/packages/tymon-jwt-auth)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

8359.8M53](/packages/php-open-source-saver-jwt-auth)[corbosman/laravel-passport-claims

Add claims to Laravel Passport JWT Tokens

88655.9k](/packages/corbosman-laravel-passport-claims)[hasinhayder/tyro

Tyro - The ultimate Authentication, Authorization, and Role &amp; Privilege Management solution for Laravel 12 &amp; 13

6712.1k2](/packages/hasinhayder-tyro)[ikechukwukalu/requirepin

A laravel package for pin confirmation and validation before processing requests to a specified route

24910.5k1](/packages/ikechukwukalu-requirepin)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)

PHPackages © 2026

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