Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikemix/php-uuid-v6
UUID (unofficial) v6 implementation
https://github.com/mikemix/php-uuid-v6
Last synced: 2 months ago
JSON representation
UUID (unofficial) v6 implementation
- Host: GitHub
- URL: https://github.com/mikemix/php-uuid-v6
- Owner: mikemix
- License: mit
- Created: 2018-05-16T13:25:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T14:44:46.000Z (over 6 years ago)
- Last Synced: 2024-09-18T08:34:51.798Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-uuid-v6
UUID v6 implementation as proposed at https://bradleypeabody.github.io/uuidv6/
## Example usage
for ($i = 0; $i < 10; $i++) {
echo \mikemix\Uuid::uuid6() , PHP_EOL;
}
> 1e859157-d7dc-6078-b7b8-02421fa799ff
> 1e859157-d7e3-64d6-9819-02421fa799ff
> 1e859157-d7e3-6602-8ecf-02421fa799ff
> 1e859157-d7e3-66fc-9898-02421fa799ff
> 1e859157-d7e3-67ec-ae4c-02421fa799ff
> 1e859157-d7e3-68d2-810a-02421fa799ff
> 1e859157-d7e3-69c2-b7cc-02421fa799ff
> 1e859157-d7e3-6aa8-871b-02421fa799ff
> 1e859157-d7e3-6b98-85c3-02421fa799ff
> 1e859157-d7e3-6c7e-a2c7-02421fa799ff