walnut/lib_identitygenerator

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

Installs: 77

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/walnut/lib_identitygenerator

0.0.1 2021-09-11 16:37 UTC

This package is not auto-updated.

Last update: 2025-10-23 18:02:19 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();