cms-token/@core/vendor/symfony/uid
mincreng1 062c41b4d3 Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
..
Command Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
Factory Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
AbstractUid.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
BinaryUtil.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
CHANGELOG.md Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
LICENSE Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
MaxUlid.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
MaxUuid.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
NilUlid.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
NilUuid.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
README.md Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
TimeBasedUidInterface.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
Ulid.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
Uuid.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
UuidV1.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
UuidV3.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
UuidV4.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
UuidV5.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
UuidV6.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
UuidV7.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
UuidV8.php Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +07:00
composer.json Initial commit: add CMS Launchpad module 2025-04-25 10:11:30 +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