lum/lum-uuid
Composer 安装命令:
composer require lum/lum-uuid
包简介
Lum UUID generators
README 文档
README
Summary
UUID generation methods.
Classes
| Class | Description |
|---|---|
| Lum\UUID | A class with UUID methods. |
Methods
All of the methods are static, and should be called as such.
| Method | Description |
|---|---|
Lum\UUID::v3($ns,$name) |
Generate a version 3 UUID. |
Lum\UUID::v4() |
Generate a version 4 UUID. |
Lum\UUID::v5($ns,$name) |
Generate a version 5 UUID. |
Lum\UUID::is_valid($uuid) |
Is the string a valid UUID? |
Official URLs
This library can be found in two places:
Authors
- Andrew Moors
- Timothy Totten
License
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-10-07