PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   UUIDifier   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: UUIDifier
Encode and decode UUIDs with a prefix and a number
Author: By
Last change:
Date: 8 days ago
Size: 425 bytes
 

Contents

Class file image Download

Embed incremental ids inside special uuids.

Installation

Install using composer:

composer require teamleadercrm/uuidifier

Console command

To do some quick encoding, we have a console command:

php bin/console uuidifier:encode {prefix} {id}

e.g.

php bin/console uuidifier:encode InvoiceId 1

will give you

Id 1 with prefix InvoiceId encodes as ac42e979-4cf9-0f3c-8616-6ff689592c91