nodehub/vendor/symfony/uid
hellcat 3b89c0e7b1 1
2026-02-21 19:39:53 +08:00
..
Command 1 2026-02-21 19:39:53 +08:00
Exception 1 2026-02-21 19:39:53 +08:00
Factory 1 2026-02-21 19:39:53 +08:00
AbstractUid.php 1 2026-02-21 19:39:53 +08:00
BinaryUtil.php 1 2026-02-21 19:39:53 +08:00
CHANGELOG.md 1 2026-02-21 19:39:53 +08:00
composer.json 1 2026-02-21 19:39:53 +08:00
HashableInterface.php 1 2026-02-21 19:39:53 +08:00
LICENSE 1 2026-02-21 19:39:53 +08:00
MaxUlid.php 1 2026-02-21 19:39:53 +08:00
MaxUuid.php 1 2026-02-21 19:39:53 +08:00
NilUlid.php 1 2026-02-21 19:39:53 +08:00
NilUuid.php 1 2026-02-21 19:39:53 +08:00
README.md 1 2026-02-21 19:39:53 +08:00
TimeBasedUidInterface.php 1 2026-02-21 19:39:53 +08:00
Ulid.php 1 2026-02-21 19:39:53 +08:00
Uuid.php 1 2026-02-21 19:39:53 +08:00
UuidV1.php 1 2026-02-21 19:39:53 +08:00
UuidV3.php 1 2026-02-21 19:39:53 +08:00
UuidV4.php 1 2026-02-21 19:39:53 +08:00
UuidV5.php 1 2026-02-21 19:39:53 +08:00
UuidV6.php 1 2026-02-21 19:39:53 +08:00
UuidV7.php 1 2026-02-21 19:39:53 +08:00
UuidV8.php 1 2026-02-21 19:39:53 +08:00

Uid Component

The UID component provides an object-oriented API to generate and represent UIDs.

It provides implementations that work on 32-bit and 64-bit CPUs for ULIDs and for UUIDs version 1 and versions 3 to 8.

Resources