A new distributed unique ID generator extension snowfake

[email protected] (Wayne Hsiung) Thu, 30 Dec 2021 11:02:57 +0800
Newsgroups php.pecl.dev
Message-ID <CABHGr3q=95=mHmLLqcjzqL22e6YoJFqvSYZeG4ysVOGAkKimYA@mail.gmail.com>
The snowfake extension is a distributed self-incrementing ID algorithm that
is transferred to Twitter.
https://github.com/wxxiong6/php-ext-snowflake
Thinks!