StocksNew/vendor/symfony/uid
Sampanna Rimal 53c0140f58 first commit
2024-08-27 17:48:06 +05:45
..
Command first commit 2024-08-27 17:48:06 +05:45
Factory first commit 2024-08-27 17:48:06 +05:45
AbstractUid.php first commit 2024-08-27 17:48:06 +05:45
BinaryUtil.php first commit 2024-08-27 17:48:06 +05:45
CHANGELOG.md first commit 2024-08-27 17:48:06 +05:45
composer.json first commit 2024-08-27 17:48:06 +05:45
LICENSE first commit 2024-08-27 17:48:06 +05:45
MaxUlid.php first commit 2024-08-27 17:48:06 +05:45
MaxUuid.php first commit 2024-08-27 17:48:06 +05:45
NilUlid.php first commit 2024-08-27 17:48:06 +05:45
NilUuid.php first commit 2024-08-27 17:48:06 +05:45
README.md first commit 2024-08-27 17:48:06 +05:45
TimeBasedUidInterface.php first commit 2024-08-27 17:48:06 +05:45
Ulid.php first commit 2024-08-27 17:48:06 +05:45
Uuid.php first commit 2024-08-27 17:48:06 +05:45
UuidV1.php first commit 2024-08-27 17:48:06 +05:45
UuidV3.php first commit 2024-08-27 17:48:06 +05:45
UuidV4.php first commit 2024-08-27 17:48:06 +05:45
UuidV5.php first commit 2024-08-27 17:48:06 +05:45
UuidV6.php first commit 2024-08-27 17:48:06 +05:45
UuidV7.php first commit 2024-08-27 17:48:06 +05:45
UuidV8.php first commit 2024-08-27 17:48:06 +05:45

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