Download the PHP package ircop/passworder without Composer
On this page you can find all versions of the php package ircop/passworder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ircop/passworder
More information about ircop/passworder
Files in ircop/passworder
Download ircop/passworder
More information about ircop/passworder
Files in ircop/passworder
Please rate this library. Is it a good library?
Informations about the package passworder
Human-friendly password generator
Generates password from 2 parts: first is random, but well-readable string, seocnd is a word from dictionary.
All options are in config file:
- random_uppercase: make several letters uppercase [true/false]
- uppercase_chance: chance to make letter uppercase. Applies for each letter. [0-9]
- add_numbers: add or not numbers to password (to the end of both parts). [true/false]
- number_chance: chance to add number [0-9]
- words => [] : dictionary.
Install
1: install via composer:
2: add service provider:
Open config/app.php
, and add to the providers
array:
3: add facade alias:
In the config/app.php
. add to the aliases
array:
4: Publishing config:
Run in the console:
Config will be moved to /config/passworder.php
Usage examples:
Code:
Config:
Output:
All versions of passworder with dependencies
PHP Build Version
Package Version
No informations.
The package ircop/passworder contains the following files
Loading the files please wait ....