Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alireaza/uuid
UUID
https://github.com/alireaza/uuid
composer php uuid
Last synced: 16 days ago
JSON representation
UUID
- Host: GitHub
- URL: https://github.com/alireaza/uuid
- Owner: alireaza
- License: mit
- Created: 2022-01-07T13:02:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T07:27:07.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T21:02:45.875Z (19 days ago)
- Topics: composer, php, uuid
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Container
## Install
Via Composer
```bash
$ composer require alireaza/uuid
```## Usage
```php
use AliReaza\UUID\V4 as UUID_V4;$uuid_v4 = (string) new UUID_V4();
```## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.