PHPackages                             sultanul-arefin/password-changed-notification - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. sultanul-arefin/password-changed-notification

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

sultanul-arefin/password-changed-notification
=============================================

A simple package to send mail notification to the user when their password is changed

1.0.0(2y ago)04MITPHPPHP ^8.2

Since Apr 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Sultanul-Arefin/password-changed-notification)[ Packagist](https://packagist.org/packages/sultanul-arefin/password-changed-notification)[ Docs](https://github.com/sultanul-arefin/password-changed-notification)[ GitHub Sponsors](https://github.com/Sultanul-Arefin)[ RSS](/packages/sultanul-arefin-password-changed-notification/feed)WikiDiscussions main Synced 4mo ago

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

A simple package to send mail notification to the user when their password is changed
=====================================================================================

[](#a-simple-package-to-send-mail-notification-to-the-user-when-their-password-is-changed)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0cc556eba334963a729c7cd3e56d2fdf327461b57e544246d6b2227aa2a89044/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73756c74616e756c2d61726566696e2f70617373776f72642d6368616e6765642d6e6f74696669636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sultanul-arefin/password-changed-notification)[![GitHub Tests Action Status](https://camo.githubusercontent.com/cec1dcb243a4ed82b9a0829e0a05c580c049f8a0b360f32da2ddbddf23213f24/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f73756c74616e756c2d61726566696e2f70617373776f72642d6368616e6765642d6e6f74696669636174696f6e2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/sultanul-arefin/password-changed-notification/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/c0ff8ad297b5ef750f2f39cc57af0b12e1cae4050ff777e38626f5c132fd22f2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f73756c74616e756c2d61726566696e2f70617373776f72642d6368616e6765642d6e6f74696669636174696f6e2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/sultanul-arefin/password-changed-notification/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/1097ed46193d28bddcdab2342f6f82bd1355f17626436d4c63e6332cf8faae93/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73756c74616e756c2d61726566696e2f70617373776f72642d6368616e6765642d6e6f74696669636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sultanul-arefin/password-changed-notification)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/3ac9ddc6c3f6ce0ef3a0e1afcc7f4215284c9364863072751ae10245a0ef19ca/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f70617373776f72642d6368616e6765642d6e6f74696669636174696f6e2e6a70673f743d31)](https://spatie.be/github-ad-click/password-changed-notification)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require sultanul-arefin/password-changed-notification
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="password-changed-notification-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="password-changed-notification-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="password-changed-notification-views"
```

Usage
-----

[](#usage)

```
$passwordChangedNotification = new SultanulArefin\PasswordChangedNotification();
echo $passwordChangedNotification->echoPhrase('Hello, SultanulArefin!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Sultanul-Arefin](https://github.com/Sultanul-Arefin)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

853d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13745842?v=4)[Md. Sultanul Arefin](/maintainers/sultanularefin)[@sultanularefin](https://github.com/sultanularefin)

---

Top Contributors

[![Sultanul-Arefin](https://avatars.githubusercontent.com/u/28809380?v=4)](https://github.com/Sultanul-Arefin "Sultanul-Arefin (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

laravelpassword-changed-notificationSultanul-Arefin

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/sultanul-arefin-password-changed-notification/health.svg)

```
[![Health](https://phpackages.com/badges/sultanul-arefin-password-changed-notification/health.svg)](https://phpackages.com/packages/sultanul-arefin-password-changed-notification)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

13.0k107.5M1.6k](/packages/spatie-laravel-permission)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.2k12.6M140](/packages/dedoc-scramble)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

25060.1k](/packages/vormkracht10-laravel-mails)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[backstage/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

25094.0k18](/packages/backstage-laravel-mails)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

46273.9k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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