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

ActiveLaravel-user-suite

jacksonwebservices/laravel-user-suite
=====================================

User Management in Laravel

v0.0.8(9y ago)11.8k1MITPHPPHP &gt;=5.4.0

Since May 17Pushed 9y agoCompare

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

READMEChangelogDependenciesVersions (10)Used By (0)

[![Build Status](https://camo.githubusercontent.com/f8d590137d524f345f0ad051b4e941cfdc90b9f3c0377b76400d23f6b6a133cd/68747470733a2f2f7472617669732d63692e6f72672f4a61636b736f6e57656253657276696365732f6c61726176656c2d757365722d73756974652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/JacksonWebServices/laravel-user-suite)Laravel User Suite
================================================================================================================================================================================================================================================================================================================================================================

[](#laravel-user-suite)

```
$ composer require jacksonwebservices/laravel-user-suite

```

### Connect the Service Provider

[](#connect-the-service-provider)

Register this provider `JWS\UserSuite\UserSuiteServiceProvider::class` in app.php

### Publish Files

[](#publish-files)

```
$ php artisan vendor:publish

```

### Config file

[](#config-file)

If you want to change the migration schema to something other than the default change the `database` configuration setting.

This uses the default `App\User` model by default, but you can change that to whatever user model fits your project.

### Migrate Files

[](#migrate-files)

```
$ php artisan vendor:migrate

```

### Update User Model

[](#update-user-model)

Add UserSuite Trait to the user model

```
use JWS\UserSuite\UserSuite;

class User extends Authenticatable
{
     use UserSuite;

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~2 days

Total

8

Last Release

3632d ago

### Community

---

Top Contributors

[![ThomDavis](https://avatars.githubusercontent.com/u/8138920?v=4)](https://github.com/ThomDavis "ThomDavis (12 commits)")[![joshchandler](https://avatars.githubusercontent.com/u/3709326?v=4)](https://github.com/joshchandler "joshchandler (8 commits)")

### Embed Badge

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

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

PHPackages © 2026

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