PHPackages                             beliven-it/laravel-password-expiry - 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. [Security](/categories/security)
4. /
5. beliven-it/laravel-password-expiry

ActiveLibrary[Security](/categories/security)

beliven-it/laravel-password-expiry
==================================

A simple and customizable package that adds password expiration functionality to your Laravel applications, enhancing user security with regular password rotation

1.2.1(8mo ago)02871[3 PRs](https://github.com/beliven-it/laravel-password-expiry/pulls)MITPHPPHP ^8.2|^8.3|^8.4CI passing

Since Dec 21Pushed 1mo agoCompare

[ Source](https://github.com/beliven-it/laravel-password-expiry)[ Packagist](https://packagist.org/packages/beliven-it/laravel-password-expiry)[ Docs](https://github.com/beliven-it/laravel-password-expiry)[ GitHub Sponsors](https://github.com/Beliven)[ RSS](/packages/beliven-it-laravel-password-expiry/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (13)Versions (7)Used By (0)

Laravel Password Expiry
=======================

[](#laravel-password-expiry)

[![](./repo/banner.png)](./repo/banner.png)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7db754246e8a0ce906bd69deaa8914d3ceaa75d7bff37c2d89903d3997c790de/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62656c6976656e2d69742f6c61726176656c2d70617373776f72642d6578706972792e7376673f7374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d32613263326526636f6c6f723d306662636364)](https://packagist.org/packages/beliven-it/laravel-password-expiry)[![GitHub Tests Action Status](https://camo.githubusercontent.com/5b15979fe52f91c7ffbf5a7695efe796dab9c3b24ee62757ecc5ab4f85f4d860/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f62656c6976656e2d69742f6c61726176656c2d70617373776f72642d6578706972792f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d32613263326526636f6c6f723d306662636364)](https://github.com/beliven-it/laravel-password-expiry/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/67d7698740c16da3ff282bc2b5b60856de2fefde16aaf3b7d8a732c77f034b13/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f62656c6976656e2d69742f6c61726176656c2d70617373776f72642d6578706972792f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d32613263326526636f6c6f723d306662636364)](https://github.com/beliven-it/laravel-password-expiry/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/ceeda24772a59c60206b53fc14006b5b1294937f182f549a3d5b3a947c90c42e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62656c6976656e2d69742f6c61726176656c2d70617373776f72642d6578706972792e7376673f7374796c653d666f722d7468652d6261646765266c6162656c436f6c6f723d32613263326526636f6c6f723d306662636364)](https://packagist.org/packages/beliven-it/laravel-password-expiry)

A simple and customizable package that adds password expiration functionality to your Laravel applications, enhancing user security with regular password rotation

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

[](#installation)

You can install the package via composer:

```
composer require beliven-it/laravel-password-expiry
```

You can publish and run the migrations with:

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

You can publish the config file with:

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

This is the contents of the published config file:

```
