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 2w ago

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 41% 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

2870d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1193750?v=4)[Joshua Kissoon](/maintainers/JoshuaKissoon)[@JoshuaKissoon](https://github.com/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

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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