timgreenwood/password-generator
Composer 安装命令:
composer require timgreenwood/password-generator
包简介
Generates a random password string from a list of words for Laravel
README 文档
README
What It Does
This package allows you to generate a random password string from a list of words.
Once installed you can do stuff like this:
// Generate a random password string with the default settings: 4 words separated by hyphens (new Timgreenwood\PasswordGenerator\PasswordGenerator)->generate() // Generate a random password string with 3 words, separated by hyphens (new Timgreenwood\PasswordGenerator\PasswordGenerator)->generate(3) // Generate a random password string with 5 words, separated by underscores (new Timgreenwood\PasswordGenerator\PasswordGenerator)->generate(5, '_')
Installation
Install the package using composer
composer require timgreenwood/password-generator`
Licence
The MIT Licence (MIT). Please see the LICENSE file for more information.
统计信息
- 总下载量: 985
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-05