2017 © Pedro Peláez
 

library flake

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

image

svengerlach/flake

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

  • Monday, August 22, 2016
  • by svengerlach
  • Repository
  • 1 Watchers
  • 1 Stars
  • 117 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Flake

Build Status, (*1)

Simple implementation of Twitter's snowflake in PHP. The purpose is to generate sortable unique IDs., (*2)

Installation

Installation is recommended to be done via composer by running:, (*3)

composer require svengerlach/flake

The Versions

22/08 2016

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

  • php ^5.5|^7.0

 

The Development Requires

by Sven Gerlach

21/08 2016

0.0.1

0.0.1.0

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

  Sources   Download

MIT

The Development Requires

by Sven Gerlach

04/08 2016

0.1

0.1.0.0

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

  Sources   Download

MIT

by Sven Gerlach