sbolch/unique-hash
最新稳定版本:v3.1
Composer 安装命令:
composer require sbolch/unique-hash
包简介
Generates a random unique hash.
README 文档
README
Generates a random unique hash.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require sbolch/unique-hash
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Usage
$hash = \sbolch\UniqueHash\HashGenerator::get(); // random hash with length of 32 characters $hash = \sbolch\UniqueHash\HashGenerator::get(12); // random hash with length of 12 characters
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-06