Create unique GUID with PHP
In this blog post, I am going to write about my little PHP package for creating globally unique identifiers (GUID).
Begin with installation via Composer:
composer require sudiptpa/guid
I was inspired mainly to create this package while I was searching for GUID information in the ph...