uuid icon indicating copy to clipboard operation
uuid copied to clipboard

:snowflake: A PHP library for generating universally unique identifiers (UUIDs).

Results 31 uuid issues
Sort by recently updated
recently updated
newest added

## Description I'm not sure what's happening, the class is present in the directory, but out of the blue I started getting this RoundingMode class not found error. ## Steps...

bug

Hello, I came across a strange case where the library generated uuid v7 incorrectly in time. Here example of table `id = Uuid::uuid7()->toString()` and `created_at (server datetime)`, **sorted by id...

bug

Closes #525 ## Description This pull request adds support for brick/math v0.12. ## Motivation and context brick/math v0.12 has been released. ramsey/uuid requires < 0.12 for now, so we can...

## Description Provide a new fromStrictString method that validates the string against the isValid method. ## Motivation and context Fix https://github.com/ramsey/uuid/issues/531 ## How has this been tested? The new method...

## Description When creating a UUID instance from a string without dashes (ie: `00000000000000000000000000000000`) it works, but when receiving the same string to validate if it's a valid UUID it...

bug

The brick/math library has updated to [version 0.12.0](https://github.com/brick/math/releases/tag/0.12.0), which includes a few breaking changes in support of the new 8.1-and-above minimum version. Currently this package is locked with 0.11.x as...

bug

Deprecated: Return type of Ramsey\Uuid\Uuid::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /sugar/vendor/ramsey/uuid/src/Uuid.php on line 216 PHP...

## Description I'm facing a challenge involving the absence of the **`Ramsey\Uuid\Provider\TimeProviderInterface`** interface while utilizing the **`ramsey/uuid`** package within my Laravel application. This issue arises when I try to utilize...

bug

## Description Hello, I'm having this error when executing tests with phpunit: Error: `implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead.` Concerned File: `Ramsey\Uuid\UuidInterface`

bug

This is just wishful thinking, but discussed [in Discord](https://discord.com/channels/1090672946370052166/1090672946856595500/1168539174220091403) today, and I was wondering if this library could benefit of `psr/clock` in future, instead of building `DateTime` instances on its...

enhancement