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