fitpass / passwordgenerator
Password Generator for Laravel with length and strength conditions.
Package info
github.com/milenkoLetic-1993/fit-pass-test-task-2
Type:laravel
pkg:composer/fitpass/passwordgenerator
dev-master
2022-03-07 14:00 UTC
Requires
- php: ^8.1.3
Requires (Dev)
- orchestra/testbench: 8.0.x-dev
- phpunit/phpunit: 9.5.10
This package is not auto-updated.
Last update: 2026-03-03 10:33:31 UTC
README
Install Through Composer
$ composer require fitpass/passwordgenerator
Usage
In order to use the included PasswordGenerator Facade, import the following in your file
use FitPass\PasswordGenerator\Facades\PasswordGenerator;
The generate method allows you to pass custom specifications for the generator.
PasswordGenerator::generate($strength, $length);
Testing
In order to run tests, please run
$ ./vendor/bin/phpunit