PHPackages                             nirab/reset-password - 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. nirab/reset-password

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

nirab/reset-password
====================

This is a Laravel Package , where you can send 6-digits unique password in users

0178PHP

Since Jun 19Pushed 6y agoCompare

[ Source](https://github.com/IANirab/laravel-reset-password)[ Packagist](https://packagist.org/packages/nirab/reset-password)[ RSS](/packages/nirab-reset-password/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-reset-password
======================

[](#laravel-reset-password)

[![issu Status](https://camo.githubusercontent.com/b694f1230a35d331b74072e0ecb062c733d86ac85bcea2125b81bf79ebf6c0c0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6f6b39786e697261622f6c61726176656c2d72657365742d70617373776f7264)](https://github.com/IANirab/laravel-reset-password/issues)[![Build Status](https://camo.githubusercontent.com/1b51c35cbc49a1b62f3ac170a4c7bfb8a8dc5541b497e018bdf0d1c2d05e8774/68747470733a2f2f7472617669732d63692e6f72672f626f656e6e656d616e6e2f6261646765732e7376673f6272616e63683d6d6173746572)](https://github.com/IANirab/laravel-reset-password/releases) [![folk Status](https://camo.githubusercontent.com/d6004fb272eaf989fc5c4e5fc8978236f1474f11ee3f25b9dde51aead4fb8f11/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6f6b39786e697261622f6c61726176656c2d72657365742d70617373776f7264)](https://camo.githubusercontent.com/d6004fb272eaf989fc5c4e5fc8978236f1474f11ee3f25b9dde51aead4fb8f11/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6f6b39786e697261622f6c61726176656c2d72657365742d70617373776f7264)[![contributions welcome](https://camo.githubusercontent.com/9e93e892d0685e1bf7a1d0bd7c8410d6ecf2086a0a7b48dd58a6b96fa556ea2a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/IANirab/laravel-reset-password/issues)

This is a Laravel Package , where you can send 6-digits unique password in users. These Package Can easily validate users email if its listed or not !!

Install
=======

[](#install)

`composer require nirab/reset-password`

add these line in 'providers' array of `config/app.php`

`nirab\resetpassword\ResetPasswordServiceProvider::class,`

then , use these command to publish package config file (resetpassword.php) in config folder and email template in views folder .

`php artisan vendor:publish`

open to `.env` file on your project &amp; also setup database &amp; mail connection at first

Usage
=====

[](#usage)

add these line on top of your controller

`use nirab\resetpassword\Models\UserResetPassword;`

Then,

`$resetpassword = new UserResetPassword();``echo $resetpassword->SendMail($email);`

Note :

$email = Email of your users.

Customization
=============

[](#customization)

go to `config/resetpassword.php`. then you see ,

```
 'A New Password Has Been Send to your Email !!',
    'msgError' => 'Email is not registered !!',
    'address' => 'mygmail@gmail.com',
    'name' => 'Reset Your Password :: Mysite.com'
];
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

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

---

Top Contributors

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

---

Tags

forget-passwordlaravellaravel-5-packagelaravel-forget-passwordlaravel-passwordlaravel-reset-password

### Embed Badge

![Health badge](/badges/nirab-reset-password/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

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

PHPackages © 2026

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