asayed/php-random-password
最新稳定版本:1.0.0
Composer 安装命令:
composer require asayed/php-random-password
包简介
This is simple php function to generate random password
README 文档
README
This is the simple php library for generating random password of a given length with complexity.
Installation
This project using composer.
$ composer require asayed/php-random-password
Arguments:
The generate function take there parameters
- Length of the password, default 10
- Number of digits should include in the password, default 1
- Number of special characters should include in the password, default 1
Usage
Generate random password.
<?php use ASayed\PasswordGenerator; $password = PasswordGenerator::generate(20, 2, 3);
统计信息
- 总下载量: 179
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2021-04-15