PHPackages                             global-devteam/laravel-api-password-reset - 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. global-devteam/laravel-api-password-reset

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

global-devteam/laravel-api-password-reset
=========================================

This package implements password reset for APIs

v1.0.1(6y ago)144[6 issues](https://github.com/global-devteam/laravel-api-password-reset/issues)MITPHP

Since Jan 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/global-devteam/laravel-api-password-reset)[ Packagist](https://packagist.org/packages/global-devteam/laravel-api-password-reset)[ RSS](/packages/global-devteam-laravel-api-password-reset/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (1)Versions (7)Used By (0)

Laravel Api Password Reset
==========================

[](#laravel-api-password-reset)

Easy laravel api password reset for your application

1. Run `composer require global-devteam/laravel-api-password-reset`
2. Run `php artisan vendor:publish --tag=laravel-api-password-recovery`
3. Run `php artisan migrate`
4. Run `php artisan route:list | grep password` to see new routes

This package relies on the `User.php` and it should be at the default location.

POST
----

[](#post)

`api/v1/auth/password`payload:

```
{
	"email":"user@email.com"
}
```

This endpoint sends an email to the user so you must have your email server setup

GET
---

[](#get)

`api/v1/auth/password/show/{token}`

This endpoint validates the token and it is valid you will get the token object otherwise an invalid message will be returned

DELETE
------

[](#delete)

`api/v1/auth/password`payload:

```
{
	"email":"user@email.com",
	"password":"secret",
	"password_confirmation":"secret",
	"token": "k8sgO6"
}
```

This endpoint changes the password and sends an email to the user so you must have your email server setup

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 92.5% 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 ~1 days

Total

2

Last Release

2307d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7819913?v=4)[Carlos](/maintainers/cacpmw)[@cacpmw](https://github.com/cacpmw)

---

Top Contributors

[![cacpmw](https://avatars.githubusercontent.com/u/7819913?v=4)](https://github.com/cacpmw "cacpmw (86 commits)")[![beauraines](https://avatars.githubusercontent.com/u/2186673?v=4)](https://github.com/beauraines "beauraines (7 commits)")

### Embed Badge

![Health badge](/badges/global-devteam-laravel-api-password-reset/health.svg)

```
[![Health](https://phpackages.com/badges/global-devteam-laravel-api-password-reset/health.svg)](https://phpackages.com/packages/global-devteam-laravel-api-password-reset)
```

###  Alternatives

[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[rahul900day/laravel-captcha

Different types of Captcha implementation for Laravel Application.

10715.9k](/packages/rahul900day-laravel-captcha)[simplesamlphp/simplesamlphp-module-oidc

A SimpleSAMLphp module adding support for the OpenID Connect protocol

5016.9k1](/packages/simplesamlphp-simplesamlphp-module-oidc)[kinde-oss/kinde-auth-php

Kinde PHP SDK for authentication

2369.5k3](/packages/kinde-oss-kinde-auth-php)[descope/descope-php

Descope SDK for PHP

3814.0k](/packages/descope-descope-php)[njoguamos/laravel-turnstile

A laravel wrapper for https://developers.cloudflare.com/turnstile/

2315.9k2](/packages/njoguamos-laravel-turnstile)

PHPackages © 2026

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