github/vendor/symfony/uid
2025-04-12 19:11:43 +08:00
..
Command Initial commit 2025-04-12 19:11:43 +08:00
Factory Initial commit 2025-04-12 19:11:43 +08:00
AbstractUid.php Initial commit 2025-04-12 19:11:43 +08:00
BinaryUtil.php Initial commit 2025-04-12 19:11:43 +08:00
CHANGELOG.md Initial commit 2025-04-12 19:11:43 +08:00
composer.json Initial commit 2025-04-12 19:11:43 +08:00
HashableInterface.php Initial commit 2025-04-12 19:11:43 +08:00
LICENSE Initial commit 2025-04-12 19:11:43 +08:00
MaxUlid.php Initial commit 2025-04-12 19:11:43 +08:00
MaxUuid.php Initial commit 2025-04-12 19:11:43 +08:00
NilUlid.php Initial commit 2025-04-12 19:11:43 +08:00
NilUuid.php Initial commit 2025-04-12 19:11:43 +08:00
README.md Initial commit 2025-04-12 19:11:43 +08:00
TimeBasedUidInterface.php Initial commit 2025-04-12 19:11:43 +08:00
Ulid.php Initial commit 2025-04-12 19:11:43 +08:00
Uuid.php Initial commit 2025-04-12 19:11:43 +08:00
UuidV1.php Initial commit 2025-04-12 19:11:43 +08:00
UuidV3.php Initial commit 2025-04-12 19:11:43 +08:00
UuidV4.php Initial commit 2025-04-12 19:11:43 +08:00
UuidV5.php Initial commit 2025-04-12 19:11:43 +08:00
UuidV6.php Initial commit 2025-04-12 19:11:43 +08:00
UuidV7.php Initial commit 2025-04-12 19:11:43 +08:00
UuidV8.php Initial commit 2025-04-12 19:11:43 +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