https://github.com/symfony/uid
Provides an object-oriented API to generate and represent UIDs
https://github.com/symfony/uid
component php symfony symfony-component uid ulid uuid
Last synced: about 2 months ago
JSON representation
Provides an object-oriented API to generate and represent UIDs
- Host: GitHub
- URL: https://github.com/symfony/uid
- Owner: symfony
- License: mit
- Created: 2020-03-12T17:27:45.000Z (about 6 years ago)
- Default Branch: 8.1
- Last Pushed: 2026-01-09T08:41:27.000Z (2 months ago)
- Last Synced: 2026-01-18T10:38:51.936Z (2 months ago)
- Topics: component, php, symfony, symfony-component, uid, ulid, uuid
- Language: PHP
- Homepage: https://symfony.com/uid
- Size: 318 KB
- Stars: 610
- Watchers: 8
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Uid Component
=============
The UID component provides an object-oriented API to generate and represent UIDs.
It provides implementations that work on 32-bit and 64-bit CPUs
for ULIDs and for UUIDs version 1 and versions 3 to 8.
Resources
---------
* [Documentation](https://symfony.com/doc/current/components/uid.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)