ulolop/random-package
最新稳定版本:1.1.4
Composer 安装命令:
composer require ulolop/random-package
包简介
README 文档
README
Requirements
- PHP >= 7.0
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require ulolop/randomPackage
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
composer require --dev ulolop/randomPackage
Usage
<?php require __DIR__ . '/../vendor/autoload.php'; $randomGenerator = new \Ulolop\RandomPackage\RandomGenerator(); $length = 8; $hex = $randomGenerator->hex($length); $string = $randomGenerator->string($length); $password = $randomGenerator->password($length); echo ($hex . "<br>" . $string . "<br>" . $password);
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2024-06-16