Download the PHP package nickurt/laravel-pwned-passwords without Composer
On this page you can find all versions of the php package nickurt/laravel-pwned-passwords. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nickurt/laravel-pwned-passwords
More information about nickurt/laravel-pwned-passwords
Files in nickurt/laravel-pwned-passwords
Download nickurt/laravel-pwned-passwords
More information about nickurt/laravel-pwned-passwords
Files in nickurt/laravel-pwned-passwords
Vendor nickurt
Package laravel-pwned-passwords
Short Description PwnedPasswords for Laravel 11.x/12.x
License MIT
Package laravel-pwned-passwords
Short Description PwnedPasswords for Laravel 11.x/12.x
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-pwned-passwords
Laravel Pwned Passwords
Installation
Install this package with composer:
Copy the config files for the PwnedPasswords-plugin
Examples
Validation Rule - IsPwnedPassword
The IsPwnedPassword
-rule has one optional paramter frequency
(default 10) to validate the request.
Manually Usage - IsPwnedPassword
Events
You can listen to the IsPwnedPassword
event, e.g. if you want to log the IsPwnedPassword
-requests in your application
IsPwnedPassword Event
This event will be fired when the password is above the frequency of pwned passwords
nickurt\PwnedPasswords\Events\IsPwnedPassword
Tests
All versions of laravel-pwned-passwords with dependencies
PHP Build Version
Package Version
The package nickurt/laravel-pwned-passwords contains the following files
Loading the files please wait ....