tiat/libs-uuid

MIT-licensed PHP 8.5+ UUID, UUIDv7, ULID and Base64URL codecs.

Maintainers

Package info

gitlab.com/tiat/libs/uuid

Issues

pkg:composer/tiat/libs-uuid

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

v1.0.2 2026-06-21 11:57 UTC

This package is auto-updated.

Last update: 2026-06-21 09:44:00 UTC


README

MIT-licensed PHP 8.5+ UUID, UUIDv7, ULID and Base64URL codecs.

This package provides:

  • UUID v1-v8 validation and version detection
  • UUID v7 generation
  • canonical UUID string <-> 16-byte binary conversion
  • UUID binary <-> 22-character Base64URL conversion
  • UUID binary <-> 26-character ULID/Crockford Base32 conversion
  • no-throw parser APIs for request, cache and routing paths

Install

composer require tiat/libs-uuid:^1.0

Versioning

The package starts at 1.0.0 and follows semantic versioning.

License

MIT