Skip to content

An ID Generator which implemented by PHP Extension, based on Snowflake Algorithm (Twitter announced).

License

Notifications You must be signed in to change notification settings

314220079/php-snowflake

 
 

Repository files navigation

Welcome to use php-snowflake

php-snowflake is an ID Generator which implemented as PHP Extension, based on Snowflake Algorithm (Twitter announced).

Installation

$ phpize
$ ./configure
$ make
$ make test
$ make install

add to php.ini

extension="snowflake.so"
snowflake.node_id = 1
snowflake.epoch = 1402160300000

Functions list

  1. snowflake_next_id()
  2. snowflake_explain()

TODO list

  1. support 32bit environment

About

An ID Generator which implemented by PHP Extension, based on Snowflake Algorithm (Twitter announced).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.6%
  • PHP 21.4%