An open API service indexing awesome lists of open source software.

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.

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