DevPledge UUID generator for specific entities.

1.1.1 2018-04-04 17:55 UTC

This package is not auto-updated.

Last update: 2024-03-22 05:46:34 UTC


README

Build Status Test Coverage Maintainability

This package is used to generate UUIDs with a prefix based on what the UUID is for.

Available entities:

  • user
  • problem
  • pledge
  • solution

Usage

composer require dev-pledge/uuid
use \DevPledge\Uuid\Uuid;

echo UUID::make('user')->toString();

Running tests

vendor/bin/phpunit