Overview
Understand the features and components of the DomainFlow UUID package.
Installation
How to install the DomainFlow UUID package and get started using it.
Shared Methods
Common methods available on every DomainFlow UUID class via UuidInterface and UuidMethodsTrait.
UUID Versions
Explore all UUID versions supported by DomainFlow.
UUIDv1
Learn how UUIDv1 works and how to generate and inspect it using DomainFlow.
UUIDv2
Learn how UUIDv2 works and how to generate and inspect it using DomainFlow.
UUIDv3
Generate deterministic, name-based UUIDs using MD5 hashing with UUIDv3.
UUIDv4
Use UUIDv4 for generating random, non-deterministic identifiers.
UUIDv5
Generate name-based UUIDs using SHA-1 for stable, deterministic identifiers.
UUIDv6
Generate sortable, time-based UUIDs using the proposed UUIDv6 format.
UUIDv7
Generate high-entropy, time-sortable UUIDs using Unix timestamp milliseconds.
UUIDv8
Use UUIDv8 for custom, application-defined UUID structures.