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
Nicolas Grekas 430b884570 Merge branch '5.1'
* 5.1:
  [PhpUnitBridge] fix leftover
  [PhpUnitBridge] fix installing under PHP >= 8
  Use ">=" for the "php" requirement
  bump icu 67.1
  [DI] Remove preload primitive types
  [Validator] Add missing translations of nn locale
  [HttpKernel] Fix that the `Store` would not save responses with the X-Content-Digest header present
  [Intl] bump icu 67.1
  [Validator] allow passing a validator to Validation::createCallable()
2020-05-20 19:44:07 +02:00
..
Tests [Uid] work around buggy libuuid 2020-03-23 15:03:28 +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
AbstractUid.php [Uid] minor improvements 2020-03-20 20:42:05 +01:00
BinaryUtil.php [Uid] Improve the code 2020-03-31 20:10:27 +02:00
CHANGELOG.md [Uid] add support for Ulid 2020-03-13 15:21:35 +01:00
composer.json Merge branch '5.1' 2020-05-20 19:44:07 +02:00
LICENSE [UID] Added the component + Added support for UUID 2020-03-12 18:21:37 +01:00
NilUuid.php [Uid] add AbstractUid and interop with base-58/32/RFC4122 encodings 2020-03-15 10:01:22 +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 [Uid] minor improvements 2020-03-20 20:42:05 +01:00
Uuid.php [Uid] Improve the code 2020-03-31 20:10:27 +02:00
UuidV1.php [Uid] Improve the code 2020-03-31 20:10:27 +02:00
UuidV3.php [Uid] use one class per type of UUID 2020-03-14 14:51:56 +01:00
UuidV4.php [Uid] add AbstractUid and interop with base-58/32/RFC4122 encodings 2020-03-15 10:01:22 +01:00
UuidV5.php [Uid] use one class per type of UUID 2020-03-14 14:51:56 +01:00
UuidV6.php [Uid] Improve the code 2020-03-31 20:10:27 +02: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