Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alireaza/uuid

UUID
https://github.com/alireaza/uuid

composer php uuid

Last synced: 16 days ago
JSON representation

UUID

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.