PHPackages                             sagautam5/changepassword - 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. sagautam5/changepassword

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

sagautam5/changepassword
========================

This will help to change the user password

v1.0.3(4y ago)0121MITBlade

Since Aug 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/sagautam5/changepassword)[ Packagist](https://packagist.org/packages/sagautam5/changepassword)[ RSS](/packages/sagautam5-changepassword/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)DependenciesVersions (6)Used By (0)

Change Password Package
=======================

[](#change-password-package)

This will help to change the user password in laravel
-----------------------------------------------------

[](#this-will-help-to-change-the-user-password-in-laravel)

[![Issues](https://camo.githubusercontent.com/47dde0f28e52948ddf8b9d729a762dfb6d26559349f39bfb2dc2f0492f629ce2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f736167617574616d352f6368616e676570617373776f7264)](https://github.com/sagautam5/changepassword/issues)[![Stars](https://camo.githubusercontent.com/933e8f72556f27a309c6ee2bb0552d5873808816a67ace946355eabbbaf3c9ba/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f736167617574616d352f6368616e676570617373776f7264)](https://github.com/sagautam5/changepassword/stargazers)[![Forks](https://camo.githubusercontent.com/f6ff55cc6b9b1da845af5d7f84aac6d8ef8d1bcffb7ded6656a584ff627a110a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f736167617574616d352f6368616e676570617373776f7264)](https://github.com/sagautam5/changepassword/stargazers)

Change Password
===============

[](#change-password)

Change Password is a laravel package for changing logged in user password. General authentication features like login, register, forget password and email verification already comes with laravel builtin authentication. Password change feature for loggedin user is still missing. You can use this package to allow logged in users to change their password.

Change Password Requires

PHP &gt;= 7.1.3

Laravel &gt;= 5.8.\*

Installation
============

[](#installation)

```
composer require sagautam5/changepassword
```

Basic Usage
===========

[](#basic-usage)

After installation, you can use the change password feature by sending get request to following route,

```
url : url('/changepassword')
route: route('password.change.form')
```

After hitting above route or url, You will see a form like this:

[![Password Change Form](https://raw.githubusercontent.com/sagautam5/changepassword/master/src/images/changepassword.png)](https://raw.githubusercontent.com/sagautam5/changepassword/master/src/images/changepassword.png)

If you want to change the form layout then just run the following command in console

```
php artisan vendor:publish
```

Then, select following provider,

```
Provider: Sagautam5\ChangePassword\ChangePasswordServiceProvider
```

Then you will see **change.blade.php** in the following path:

```
resources/views/vendor/changepassword/password/change.blade.php
```

You can modify this blade file to make password change form as you want.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~333 days

Total

4

Last Release

1524d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10434281?v=4)[Sagar Gautam](/maintainers/sagautam5)[@sagautam5](https://github.com/sagautam5)

---

Top Contributors

[![sagautam5](https://avatars.githubusercontent.com/u/10434281?v=4)](https://github.com/sagautam5 "sagautam5 (12 commits)")[![bigosagar](https://avatars.githubusercontent.com/u/48785102?v=4)](https://github.com/bigosagar "bigosagar (2 commits)")

### Embed Badge

![Health badge](/badges/sagautam5-changepassword/health.svg)

```
[![Health](https://phpackages.com/badges/sagautam5-changepassword/health.svg)](https://phpackages.com/packages/sagautam5-changepassword)
```

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