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
2021-01-27 21:50:00 +01:00
..
Tests [Uid] Fix time to float conversion 2021-01-27 18:11:54 +01:00
.gitattributes Add missing entries in .gitattributes 2020-12-05 08:09:10 +01:00
.gitignore [UID] Added the component + Added support for UUID 2020-03-12 18:21:37 +01:00
AbstractUid.php Fix @experimental annotations 2020-12-05 07:51:44 +01:00
BinaryUtil.php [Uid] improve logic in BinaryUtil::timeToFloat() 2021-01-27 21:50:00 +01:00
CHANGELOG.md [Uid] make UUIDv6 always return truly random nodes to prevent leaking the MAC of the host 2020-09-29 08:01:16 +02:00
composer.json Improve composer.json descriptions 2021-01-10 17:40:03 +01:00
LICENSE Bump license year 2021-01-01 10:26:30 +01:00
NilUuid.php Merge branch '5.1' into 5.2 2021-01-05 20:21:40 +01:00
phpunit.xml.dist [Uid] minor improvements 2020-03-20 20:42:05 +01:00
README.md [UID] Added the component + Added support for UUID 2020-03-12 18:21:37 +01:00
Ulid.php Merge branch '5.1' into 5.2 2021-01-25 14:54:05 +01:00
Uuid.php Merge branch '5.1' into 5.2 2021-01-25 14:54:05 +01:00
UuidV1.php Merge branch '5.1' into 5.2 2021-01-19 22:00:40 +01:00
UuidV3.php Merge branch '5.1' into 5.2 2021-01-05 20:21:40 +01:00
UuidV4.php Merge branch '5.1' into 5.2 2021-01-05 20:21:40 +01:00
UuidV5.php Merge branch '5.1' into 5.2 2021-01-05 20:21:40 +01:00
UuidV6.php Merge branch '5.1' into 5.2 2021-01-19 22:00:40 +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