parsaaghayi-backend/vendor/symfony/uid
DevOps c9a688e80d
Some checks failed
Deploy Backend / deploy (push) Has been cancelled
chore: commit vendor directory for fully offline builds
2026-06-28 18:08:40 +00:00
..
Command chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
Exception chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
Factory chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
AbstractUid.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
BinaryUtil.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
CHANGELOG.md chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
composer.json chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
HashableInterface.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
LICENSE chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
MaxUlid.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
MaxUuid.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
NilUlid.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
NilUuid.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
README.md chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
TimeBasedUidInterface.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
Ulid.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
Uuid.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
UuidV1.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
UuidV3.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
UuidV4.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
UuidV5.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
UuidV6.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
UuidV7.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00:00
UuidV8.php chore: commit vendor directory for fully offline builds 2026-06-28 18:08:40 +00: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