walnut/lib_identitygenerator

There is no license information available for the latest version (0.0.1) of this package.

0.0.1 2021-09-11 16:37 UTC

This package is not auto-updated.

Last update: 2024-10-24 13:10:05 UTC


README

A minimal identity generator (including UUID)

Version 4 UUID

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

Timestamp-based UUID

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