Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vectorface/uuid

Simple UUID Generation Library
https://github.com/vectorface/uuid

Last synced: about 2 months ago
JSON representation

Simple UUID Generation Library

Awesome Lists containing this project

README

        

# UUID

[![Build Status](https://travis-ci.org/Vectorface/uuid.svg?branch=master)](https://travis-ci.org/Vectorface/uuid)
[![Code Coverage](https://scrutinizer-ci.com/g/Vectorface/uuid/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Vectorface/uuid/?branch=master)
[![Latest Stable Version](https://img.shields.io/packagist/v/vectorface/uuid.svg)](https://packagist.org/packages/vectorface/uuid)
[![License: MIT](https://img.shields.io/github/license/vectorface/uuid.svg)](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
```