Download the PHP package nicolaskuster/laravel-memorable-passwords without Composer
On this page you can find all versions of the php package nicolaskuster/laravel-memorable-passwords. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nicolaskuster/laravel-memorable-passwords
More information about nicolaskuster/laravel-memorable-passwords
Files in nicolaskuster/laravel-memorable-passwords
Download nicolaskuster/laravel-memorable-passwords
More information about nicolaskuster/laravel-memorable-passwords
Files in nicolaskuster/laravel-memorable-passwords
Vendor nicolaskuster
Package laravel-memorable-passwords
Short Description Package to generate memorable passwords
License MIT
Homepage https://github.com/nicolaskuster/laravel-memorable-passwords
Package laravel-memorable-passwords
Short Description Package to generate memorable passwords
License MIT
Homepage https://github.com/nicolaskuster/laravel-memorable-passwords
Please rate this library. Is it a good library?
Informations about the package laravel-memorable-passwords
Generate memorable passwords in a Laravel app
Generates noticeable passwords from a list of available words separated by a delimiter.
In the config file you will find some options:
- number_of_parts: Number of words the password should have
- number_of_uppercase_letters: Number of capital letters that should have the password
- number_of_numbers: Number of numbers the password should have
- words: List of all available words
- delimiters: List of all available word separators
Installation
You can install the package via composer:
You can publish the config-file with:
Usage examples
Code:
config:
output:
Testing
You can run all the tests with:
All versions of laravel-memorable-passwords with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
The package nicolaskuster/laravel-memorable-passwords contains the following files
Loading the files please wait ....