nuXed/uuid

Nuxed Uuid

维护者

详细信息

github.com/nuxed/uuid

源代码

问题

安装: 32

依赖关系: 0

建议者: 0

安全性: 0

星标: 0

关注者: 3

分支: 0

开放性问题: 0

语言:Hack

v1.0.0 2019-12-02 05:16 UTC

This package is auto-updated.

Last update: 2024-09-19 09:17:36 UTC


README

Build Status Total Downloads Latest Stable Version License

Nuxed Uuid

Nuxed Uuid 组件提供了一个简单的功能API来生成 UUID。

安装

此软件包可以使用 Composer 安装。

$ composer require nuxed/uuid

示例

use namespace Nuxed\Uuid;

<<__EntryPoint>>
async function main(): Awaitable<void> {
  $uuid = Uuid\generate(Uuid\Type::Time);
}

安全性

有关报告 Nuxed 中安全漏洞的信息,请参阅 SECURITY.md

许可证

nuXed 是开源软件,许可协议为 MIT 许可。