PHPinnacle UUID is simple wrap for Ramsey UUID library.
Via Composer
$ composer require phpinnacle/identity
<?php
require __DIR__ . '/vendor/autoload.php';
use PHPinnacle\UUID;
$random = UUID::random();
$time = UUID::time();
$url = UUID::url('example.com');
Please see CHANGELOG for more information on what has changed recently.
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email dev@phpinnacle.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.