Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

JoliCode blog - les derniers articles:
UUID generation in PHP
Dec 02, 2019 @ 23:00:02

We have been using UUID for years and different ways to generate UUID exist.

I prefer the PECL extension over the ramsey/uuid because it’s simpler and more straightforward. Few weeks ago, with Nicolas Grekas we had the idea to port the PECL extension to plain PHP as a Symfony Polyfill. Then,...

tagged:

Link: https://jolicode.com/blog/uuid-generation-in-php


Trending Topics: