https://github.com/vectorface/uuid
Simple UUID Generation Library
https://github.com/vectorface/uuid
Last synced: 3 months ago
JSON representation
Simple UUID Generation Library
- Host: GitHub
- URL: https://github.com/vectorface/uuid
- Owner: Vectorface
- License: mit
- Created: 2019-06-27T13:25:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T17:04:43.000Z (about 6 years ago)
- Last Synced: 2025-02-14T17:57:51.708Z (5 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UUID
[](https://travis-ci.org/Vectorface/uuid)
[](https://scrutinizer-ci.com/g/Vectorface/uuid/?branch=master)
[](https://packagist.org/packages/vectorface/uuid)
[](https://opensource.org/licenses/MIT)An extremely simple UUID generation library with no dependencies, currently limited to UUID v4 generation.
## Usage
```php
echo \Vectorface\UUID\UUID::v4(); // Something like b1f26ddd-cd89-456f-ab4c-b02a6e920b80
```