usox/hack-uuid-generator

Generate rfc4122 version 4 uuids

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

This package is auto-updated.

Last update: 2024-03-21 22:27:37 UTC


README

Build Status

Hack Uuid Generator

This library creates random version 4 uuids according to RFC 4122.

Sample

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