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.
- Host: GitHub
- URL: https://github.com/michaelcontento/simpleflake-php
- Owner: michaelcontento
- License: mit
- Archived: true
- Created: 2014-08-18T15:51:51.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T09:15:07.000Z (over 10 years ago)
- Last Synced: 2024-05-01T19:16:16.751Z (about 2 years ago)
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# simpleflake-PHP
Travis Status: [](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