Download the PHP package isaeken/password-generator without Composer
On this page you can find all versions of the php package isaeken/password-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package password-generator
Password Generator
Installation
- Clone the repository
git clone https://github.com/isaeken/password-generator.git
- Install packages using composer
composer install
Using with CLI
- Activate interface
php bin/cli.php --interface=1
- Usage
php bin/cli.php [arguments]
Using in your code
Add to your project using composer
`
Initialize password generator
``
Generate password with default options
``
Generate password with custom length
``
Generate password with custom options
using arguments
or variables
or chain functions
``
Generate a character
``
Generate password between lengths
``
Variables and functions
``
Converters
Password to rememberable string converter
``
Rememberable string to password converter
``
All versions of password-generator with dependencies
PHP Build Version
Package Version
The package isaeken/password-generator contains the following files
Loading the files please wait ....