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: 2025-06-05 16:13:47 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();