Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 5 years ago)
- Default Branch: 7.2
- Last Pushed: 2024-12-07T11:50:23.000Z (about 1 month ago)
- Last Synced: 2025-01-04T08:39:50.856Z (5 days ago)
- Topics: component, php, symfony, symfony-component, uid, ulid, uuid
- Language: PHP
- Homepage: https://symfony.com/uid
- Size: 250 KB
- Stars: 561
- Watchers: 10
- Forks: 13
- 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)