E31221315_AnalisisSentimen/vendor/symfony/uid
aarsyah0 afc84df158 Initial commit 2025-04-24 18:03:08 +07:00
..
Command Initial commit 2025-04-24 18:03:08 +07:00
Factory Initial commit 2025-04-24 18:03:08 +07:00
AbstractUid.php Initial commit 2025-04-24 18:03:08 +07:00
BinaryUtil.php Initial commit 2025-04-24 18:03:08 +07:00
CHANGELOG.md Initial commit 2025-04-24 18:03:08 +07:00
HashableInterface.php Initial commit 2025-04-24 18:03:08 +07:00
LICENSE Initial commit 2025-04-24 18:03:08 +07:00
MaxUlid.php Initial commit 2025-04-24 18:03:08 +07:00
MaxUuid.php Initial commit 2025-04-24 18:03:08 +07:00
NilUlid.php Initial commit 2025-04-24 18:03:08 +07:00
NilUuid.php Initial commit 2025-04-24 18:03:08 +07:00
README.md Initial commit 2025-04-24 18:03:08 +07:00
TimeBasedUidInterface.php Initial commit 2025-04-24 18:03:08 +07:00
Ulid.php Initial commit 2025-04-24 18:03:08 +07:00
Uuid.php Initial commit 2025-04-24 18:03:08 +07:00
UuidV1.php Initial commit 2025-04-24 18:03:08 +07:00
UuidV3.php Initial commit 2025-04-24 18:03:08 +07:00
UuidV4.php Initial commit 2025-04-24 18:03:08 +07:00
UuidV5.php Initial commit 2025-04-24 18:03:08 +07:00
UuidV6.php Initial commit 2025-04-24 18:03:08 +07:00
UuidV7.php Initial commit 2025-04-24 18:03:08 +07:00
UuidV8.php Initial commit 2025-04-24 18:03:08 +07:00
composer.json Initial commit 2025-04-24 18:03:08 +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