Library that helps to generate unique 64 bit integers (for e.g. distributed id generation)

0.1 2016-08-04 19:30 UTC

This package is auto-updated.

Last update: 2024-12-26 21:51:16 UTC


README

Build Status

Simple implementation of Twitter's snowflake in PHP. The purpose is to generate sortable unique IDs.

Installation

Installation is recommended to be done via composer by running:

composer require svengerlach/flake