PHPackages                             techlify-inc/laravel-user-management - 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. techlify-inc/laravel-user-management

Abandoned → [techlify-inc/laravel-rbac](/?search=techlify-inc%2Flaravel-rbac)Package[Authentication &amp; Authorization](/categories/authentication)

techlify-inc/laravel-user-management
====================================

A Module with API Services for Laravel User Management

0.4.2(7y ago)0100MITPHP

Since Apr 9Pushed 7y ago1 watchersCompare

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

READMEChangelog (6)Dependencies (1)Versions (8)Used By (0)

LaravelUserManagement
=====================

[](#laravelusermanagement)

A simple package for Laravel that provides user management services

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

[](#installation)

Install this package with composer using the following command:

```
composer require techlify-inc/laravel-user-management

```

Run migrations

```
$ php artisan migrate

```

Usage
-----

[](#usage)

This package provides the following API services that your frontend can use:

### User Management

[](#user-management)

```
// Get the set of users
GET api/users

// Get a single user
GET api/users/{id}

// Add a new user
POST api/users

// Update a user record
PATCH api/users/{id}

// Delete a user record
DELETE api/users/{id}
```

### User Password Management

[](#user-password-management)

```
// Change the current user password
POST api/user/current/update-password {current_password, new_password}
```

### User Session Management

[](#user-session-management)

```
// Log out the currently logged in user
POST api/user/logout

// Get the User record of the currently logged in user
GET api/user/current
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Every ~27 days

Recently: every ~33 days

Total

6

Last Release

2820d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8943a6fc1cc4b35bcea6780b6785b48abc15b246d9806645f9a7ae10466e81b2?d=identicon)[JoshuaKissoon](/maintainers/JoshuaKissoon)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/techlify-inc-laravel-user-management/health.svg)

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

###  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)
