An open API service indexing awesome lists of open source software.

https://github.com/michaelcontento/simpleflake-php

Distributed ID generation in *PHP* for the lazy.
https://github.com/michaelcontento/simpleflake-php

Last synced: 6 months ago
JSON representation

Distributed ID generation in *PHP* for the lazy.

Awesome Lists containing this project

README

          

# simpleflake-PHP

Travis Status: [![Build Status](https://secure.travis-ci.org/michaelcontento/simpleflake-php.png?branch=master)](http://travis-ci.org/michaelcontento/simpleflake-php)

Distributed ID generation in PHP for the lazy. Based on the awesome [python implementation][simpleflake-py] from [SawdustSoftware][].

You can read an overview of what this does and why it came into being at the [Sawdust Software Blog][desc].

# Usage

```PHP