Symfony\Component\Uid
Namespaces
Classes
A v3 UUID contains an MD5 hash of another UUID and a name.
A v4 UUID contains a 122-bit random number.
A v5 UUID contains a SHA1 hash of another UUID and a name.
A v8 UUID has no explicit requirements except embedding its version + variant bits.
Interfaces
Interface to describe UIDs that contain a DateTimeImmutable as part of their behaviour.