guibranco / pancake

🧰 🛠️ Pancake project - toolkit for PHP projects
https://guibranco.github.io/pancake/
MIT License
3 stars 1 forks source link

[FEATURE] Add GUID v4 implementation #115

Closed guibranco closed 6 months ago

guibranco commented 6 months ago

Description

Add a static class that generates a GUID (Global Unique Identifier) / UUID (Universally Unique Identifier).

Tech notes

The class should have two static methods:

Additional information

No response