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

ActiveLaravel-module[Authentication &amp; Authorization](/categories/authentication)

tongdu99/user-module
====================

Basic authentication extracted from laravel 6

06[22 PRs](https://github.com/laravel-module/user-module/pulls)HTML

Since Nov 12Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (23)Used By (0)

User-module
===========

[](#user-module)

This is a laravel-module that extracts basic user authentication logic and ui from laravel 6.

A laravel-module is a kind of composer module created for module management [Laravel Module](https://github.com/nWidart/laravel-modules)

Background
----------

[](#background)

Adding user authentication to laravel is easy and straight forward, just follow the [instructions](https://laravel.com/docs/5.7/authentication) from laravel website. But it still a process developer has to repeat for every website, and it applies to the root code base and not modular.

Laravel-module is a good way to organize the code and make it easy to share and extend the functions. Making the basic user authentication as a laravel-module makes it easier to add user support. It is also easy to switch between different user management module.

Usage
-----

[](#usage)

```
laravel new blog
cd blog
composer require laravel/ui
composer require nwidart/laravel-modules
composer dump-autoload
artisan ui bootstrap
composer require tongdu99/user-module
npm install && npm run dev
artisan migrate
```

Now when you visit [blog.test](http://blog.test), you will see the Login and Register menu item on the top right corner.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

---

Top Contributors

[![tongdu99](https://avatars.githubusercontent.com/u/7355085?v=4)](https://github.com/tongdu99 "tongdu99 (7 commits)")

### Embed Badge

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

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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