PHPinnacle UUID
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
PHPinnacle UUID is simple wrap for Ramsey UUID library., (*2)
Install
Via Composer, (*3)
``` bash
$ composer require phpinnacle/identity, (*4)
## Basic Usage
``` php
<?php
require __DIR__ . '/vendor/autoload.php';
use PHPinnacle\UUID;
$random = UUID::random();
$time = UUID::time();
$url = UUID::url('example.com');
Change log
Please see CHANGELOG for more information on what has changed recently., (*5)
Testing
bash
$ composer test
, (*6)
Contributing
Please see CONTRIBUTING and CONDUCT for details., (*7)
Security
If you discover any security related issues, please email dev@phpinnacle.com instead of using the issue tracker., (*8)
Credits
License
The MIT License (MIT). Please see License File for more information., (*9)