This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Uid
2020-03-15 09:07:00 +01:00
..
Tests [UID] Rename NullUuid to NilUuid 2020-03-15 09:07:00 +01:00
.gitattributes [UID] Added the component + Added support for UUID 2020-03-12 18:21:37 +01:00
.gitignore [UID] Added the component + Added support for UUID 2020-03-12 18:21:37 +01:00
BinaryUtil.php [Uid] improve base convertion logic 2020-03-14 13:53:24 +01:00
CHANGELOG.md [Uid] add support for Ulid 2020-03-13 15:21:35 +01:00
composer.json [Uid] add support for Ulid 2020-03-13 15:21:35 +01:00
LICENSE [UID] Added the component + Added support for UUID 2020-03-12 18:21:37 +01:00
NilUuid.php [UID] Rename NullUuid to NilUuid 2020-03-15 09:07:00 +01:00
phpunit.xml.dist [UID] Added the component + Added support for UUID 2020-03-12 18:21:37 +01:00
README.md [UID] Added the component + Added support for UUID 2020-03-12 18:21:37 +01:00
Ulid.php [Uid] Add support for UUIDv6 2020-03-15 01:13:53 +01:00
Uuid.php [UID] Rename NullUuid to NilUuid 2020-03-15 09:07:00 +01:00
UuidV1.php [Uid] Add support for UUIDv6 2020-03-15 01:13:53 +01:00
UuidV3.php [Uid] use one class per type of UUID 2020-03-14 14:51:56 +01:00
UuidV4.php [Uid] work around slow generation of v4 UUIDs 2020-03-15 01:46:42 +01:00
UuidV5.php [Uid] use one class per type of UUID 2020-03-14 14:51:56 +01:00
UuidV6.php [Uid] Add support for UUIDv6 2020-03-15 01:13:53 +01:00

Uid Component

The UID component provides an object-oriented API to generate and represent UIDs.

This Component is experimental. Experimental features are not covered by Symfony's Backward Compatibility Promise.

Resources