PHPackages                             pradeep-sati12/password-changed-mail-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. pradeep-sati12/password-changed-mail-notification

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

pradeep-sati12/password-changed-mail-notification
=================================================

This package help to send mail whenever password changed

01[3 PRs](https://github.com/Pradeep-sati12/password-changed-mail-notification/pulls)PHP

Since Nov 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Pradeep-sati12/password-changed-mail-notification)[ Packagist](https://packagist.org/packages/pradeep-sati12/password-changed-mail-notification)[ RSS](/packages/pradeep-sati12-password-changed-mail-notification/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

[![](https://camo.githubusercontent.com/2bedf63f24cda7efab02da955dc11fb7ef8a060e2f26b73c33a7aac84529b8a3/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f737570706f72742d756b7261696e652e7376673f743d31)](https://supportukrainenow.org)

This package help to send mail whenever password changed
========================================================

[](#this-package-help-to-send-mail-whenever-password-changed)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7b495db87b919d6261d3df73c88fa5e5be4e717ee35d26841a9dc7295b0674c9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707261646565702d7361746931322f70617373776f72642d6368616e6765642d6d61696c2d6e6f74696669636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pradeep-sati12/password-changed-mail-notification)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ed4022de7edb9f430d99fef53a355a4ea233624b2a054228560539cede393b62/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f707261646565702d7361746931322f70617373776f72642d6368616e6765642d6d61696c2d6e6f74696669636174696f6e2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/pradeep-sati12/password-changed-mail-notification/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/327837eebbfeb75b3bc35b8714b54c6229f3bbd29c5a9b49c5906fb40b4e8cc4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f707261646565702d7361746931322f70617373776f72642d6368616e6765642d6d61696c2d6e6f74696669636174696f6e2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/pradeep-sati12/password-changed-mail-notification/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/35bc86cfe64171e72d44f493e84d8b394042ab00f2c0f619b960c74422050a3e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f707261646565702d7361746931322f70617373776f72642d6368616e6765642d6d61696c2d6e6f74696669636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pradeep-sati12/password-changed-mail-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/8fe20c202470d751c16a3dd69863c4bc3b770ed5349aeda7829046ea06e5986f/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f70617373776f72642d6368616e6765642d6d61696c2d6e6f74696669636174696f6e2e6a70673f743d31)](https://spatie.be/github-ad-click/password-changed-mail-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 pradeep-sati12/password-changed-mail-notification
```

You can publish and run the migrations with:

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

You can publish the config file with:

```
php artisan vendor:publish --tag="password-changed-mail-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-mail-notification-views"
```

Usage
-----

[](#usage)

```
$passwordChangedMailNotification = new Pradeep-sati12\PasswordChangedMailNotification();
echo $passwordChangedMailNotification->echoPhrase('Hello, Pradeep-sati12!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Pradeep Sati](https://github.com/Pradeep-sati12)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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://www.gravatar.com/avatar/628db2fe31c3d6bc917efc10debf6673529b5193e881114b653781ee50890169?d=identicon)[Pradeep-sati12](/maintainers/Pradeep-sati12)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")[![Pradeep-sati12](https://avatars.githubusercontent.com/u/106511201?v=4)](https://github.com/Pradeep-sati12 "Pradeep-sati12 (4 commits)")

### Embed Badge

![Health badge](/badges/pradeep-sati12-password-changed-mail-notification/health.svg)

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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