PHPackages                             swancreative/laravel-users - 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. swancreative/laravel-users

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

swancreative/laravel-users
==========================

Laravel Users Management Package

1.2(8y ago)11.1kMITHTMLPHP &gt;=5.6.4

Since Nov 22Pushed 8y agoCompare

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

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Laravel-Users | A Laravel Users Management [Package](https://packagist.org/packages/swancreative/laravel-users)
===============================================================================================================

[](#laravel-users--a-laravel-users-management-package)

Introduction
------------

[](#introduction)

A Users Management [Package](https://packagist.org/packages/swancreative/laravel-users) that includes all necessary routes, views, models, and controllers for a user management dashboard and associated pages for managing Laravels built in user scaffolding. Built for Laravel 5.2, 5.3, 5.4, and 5.5+.

Requirements
------------

[](#requirements)

- [Laravel 5.2, 5.3, 5.4, and 5.5+](https://laravel.com/docs/installation)

    Example new project creation command:

    `laravel new laravel-users-example`
- [Laravel Authentication Scaffolding](https://laravel.com/docs/authentication)

    Authentication installation commands:

    `php artisan make:auth``php artisan migrate`

Installation
------------

[](#installation)

1. From your projects root folder in terminal run:

    Laravel 5.5+ use:

    ```
        composer require swancreative/laravel-users

    ```
2. Register Package

- Laravel 5.5 and up Uses package auto discovery feature, no need to edit the `config/app.php` file.

3. Register the dependencies aliases

- Laravel 5.5 and up Uses package auto discovery feature, no need to edit the `config/app.php` file.

4. Publish the packages language files by running the following from your projects root folder:

    ```
        php artisan vendor:publish --tag=laravelusers

    ```

Routes
------

[](#routes)

- `/users`
- `/users/{id}`
- `/users/create`
- `/users/{id}/edit`

Required Packages
-----------------

[](#required-packages)

(included in this package)

- [laravelcollective/html](https://packagist.org/packages/laravelcollective/html)

License
-------

[](#license)

Laravel-Users | A Laravel Users Management Package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

3093d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b1b917d2d54b417a2724b12f953a9458a6e3b42236071ee99179313118e455a0?d=identicon)[mattjwilding](/maintainers/mattjwilding)

---

Top Contributors

[![swancreative](https://avatars.githubusercontent.com/u/33896081?v=4)](https://github.com/swancreative "swancreative (5 commits)")

---

Tags

laravelmanagementUsers

### Embed Badge

![Health badge](/badges/swancreative-laravel-users/health.svg)

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

###  Alternatives

[tomatophp/filament-users

Manage your users with a highly customizable user resource for FilamentPHP with integration of filament-shield and filament-impersonate

90102.0k7](/packages/tomatophp-filament-users)[arcanedev/laravel-auth

Laravel Authorization package.

294.8k1](/packages/arcanedev-laravel-auth)

PHPackages © 2026

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