usox/hack-uuid-generator

This package is abandoned and no longer maintained. No replacement package was suggested.

Generate rfc4122 version 4 uuids

Installs: 263

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 1

Language:Shell

pkg:composer/usox/hack-uuid-generator

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

This package is auto-updated.

Last update: 2025-02-21 19:36:34 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();