Particle
ID generator
A 64-bit ID generator in PHP that produces time-based IDs with optional machine and sequence numbers.
64 bit ID Generator
133 stars
7 watching
28 forks
Language: PHP
last commit: almost 3 years ago
Linked from 1 awesome list
idsmilisecondsphp
Related projects:
Repository | Description | Stars |
---|---|---|
weihongyu12/think-hashids | A module that generates unique IDs using a hash-based algorithm for ThinkJS applications | 7 |
unshiftio/yeast | A tiny id generator that produces unique, compressed strings to avoid collisions and reduce bandwidth consumption. | 45 |
lexborisov/yauid | Generates unique IDs based on timestamp and node ID without coordination between nodes. | 21 |
mcmikecreations/nanoid_cpp | A C++ library that generates unique, compact, and secure string IDs | 101 |
ahoo-wang/cosid | A high-performance distributed ID generator for generating unique IDs in a scalable and flexible manner | 503 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 616 |
muyo/sno | A package for generating compact and unique IDs with embedded metadata | 91 |
kokizzu/lexid | A fast and customizable ID generator with lexicographically orderable IDs. | 8 |
sasluca/zig-nanoid | A tiny, URL-friendly ID generator that produces unique, random strings with customizable length and alphabet | 27 |
sqids/sqids-ocaml | A library that generates unique identifiers from numbers in various programming languages | 9 |
osamingo/indigo | A distributed unique ID generator that uses Sonyflake and Base58 encoding | 109 |
spa5k/uids-postgres | Provides a PostgreSQL extension to generate unique IDs with multiple algorithms and formats. | 46 |
hidehalo/nanoid-php | A lightweight PHP implementation of a secure URL-friendly unique ID generator | 753 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 242 |
mrdimidium/nanoid | A tiny, secure, URL-friendly ID generator with customizable length and alphabet. | 547 |