MIF_E31212289/vendor/symfony/uid
lutfahimayatus 0e50ebf80c first commit 2024-07-01 11:18:03 +07:00
..
Command first commit 2024-07-01 11:18:03 +07:00
Factory first commit 2024-07-01 11:18:03 +07:00
AbstractUid.php first commit 2024-07-01 11:18:03 +07:00
BinaryUtil.php first commit 2024-07-01 11:18:03 +07:00
CHANGELOG.md first commit 2024-07-01 11:18:03 +07:00
LICENSE first commit 2024-07-01 11:18:03 +07:00
MaxUlid.php first commit 2024-07-01 11:18:03 +07:00
MaxUuid.php first commit 2024-07-01 11:18:03 +07:00
NilUlid.php first commit 2024-07-01 11:18:03 +07:00
NilUuid.php first commit 2024-07-01 11:18:03 +07:00
README.md first commit 2024-07-01 11:18:03 +07:00
TimeBasedUidInterface.php first commit 2024-07-01 11:18:03 +07:00
Ulid.php first commit 2024-07-01 11:18:03 +07:00
Uuid.php first commit 2024-07-01 11:18:03 +07:00
UuidV1.php first commit 2024-07-01 11:18:03 +07:00
UuidV3.php first commit 2024-07-01 11:18:03 +07:00
UuidV4.php first commit 2024-07-01 11:18:03 +07:00
UuidV5.php first commit 2024-07-01 11:18:03 +07:00
UuidV6.php first commit 2024-07-01 11:18:03 +07:00
UuidV7.php first commit 2024-07-01 11:18:03 +07:00
UuidV8.php first commit 2024-07-01 11:18:03 +07:00
composer.json first commit 2024-07-01 11:18:03 +07:00

README.md

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