https://github.com/lemmon/uuid-php
Microservice for generating v4 UUID.
https://github.com/lemmon/uuid-php
microservice uuid uuid-v4
Last synced: 7 months ago
JSON representation
Microservice for generating v4 UUID.
- Host: GitHub
- URL: https://github.com/lemmon/uuid-php
- Owner: lemmon
- Created: 2018-03-28T16:18:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T14:45:49.000Z (almost 6 years ago)
- Last Synced: 2025-02-13T00:44:14.852Z (about 1 year ago)
- Topics: microservice, uuid, uuid-v4
- Language: PHP
- Homepage: http://uuid.lemmonjuice.com/
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UUID v4
Generate UUID Version 4 online or use as a microservice.
## Online
Go to [uuid.lemmonjuice.com](http://uuid.lemmonjuice.com/) and grab your UUID.
## Microservice
```
# JSON
curl --header "Accept: application/json" uuid.lemmonjuice.com
# text
curl --header "Accept: text/plain" uuid.lemmonjuice.com
```
## Read More
- [Wikipedia](https://en.wikipedia.org/wiki/Universally_unique_identifier)
## See Also
- [Abrusco](http://abrusco.com/) - hackable CSS toolbox
- [Chevron](http://chevron.lemmonjuice.com/) - online SVG chevron generator