nuXed / uuid
Nuxed Uuid
v1.0.0
2019-12-02 05:16 UTC
Requires
- hhvm: ^4.25
- hhvm/hsl: ^4.25
- nuxed/crypto: ^1.0
Requires (Dev)
- facebook/fbexpect: ^2.7
- hhvm/hacktest: ^2.0
- hhvm/hhast: ^4.25
This package is auto-updated.
Last update: 2024-09-19 09:17:36 UTC
README
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 许可。