This library implements uuid and object id(like mongodb object id).
Install with composer.
composer require collin-peng/unique-id
use CollinPeng\UniqueId;
$uniqueId = new UniqueId();
// generate object id
$uniqueId->objectId();
// generate uuid
$uniqueId->uuid()
You can use the following command to test:
make test
The MIT License (MIT). Please see License File for more information.