usox/hack-uuid-generator

生成rfc4122版本4的uuid

v1.4.0 2019-02-15 07:30 UTC

This package is auto-updated.

Last update: 2024-09-21 23:43:12 UTC


README

Build Status

Hack Uuid Generator

这个库根据RFC 4122创建随机版本4的uuid。

示例

$uuid_generator = new \Usox\HackUuidGen\UuidGenerator();
$uuid = $uuid_generator->generate();