walnut/lib_identitygenerator

此软件包最新版本(0.0.1)没有提供许可证信息。

0.0.1 2021-09-11 16:37 UTC

This package is not auto-updated.

Last update: 2024-09-26 12:52:37 UTC


README

最小化身份生成器(包括UUID)

版本 4 UUID

$uuidGenerator = new UuidGenerator;
$uuid = $uuidGenerator->generateId();

基于时间戳的 UUID

$uuidGenerator = new CombUuidGenerator;
$uuid = $uuidGenerator->generateId();