
Web Development Article
JoliCode blog - les derniers articles: UUID generation in PHP
Published: 2019-12-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 itA?AEURA(TM)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,...