hidehalo/nanoid-php
Secure, URL-friendly unique ID generator for PHP inspired by nanoid. Generates 21‑char IDs with UUIDv4-like collision probability, supports custom alphabets/lengths, and lets you plug in your own random bytes generator for extra control.
Full Changelog: https://github.com/hidehalo/nanoid-php/compare/1.1.13...2.0
Branch 2.x no longer supports php versions prior to 7.1 (maybe we can upgrade to a higher version to use the new features in the future, e.g. named parameters, type systems).
For previously released php versions, we should maintain it on branch 1.x (if the community wants it xD)
Non-issue, CODE FORMATTING: Make consistent & improve readability (#27)
test: use github action replace to travis CI (#22)
Fixed:
Gabriel Sosa (2):
replace tilde with hyphen update README.md
Andrew Minion (3):
Resolved #1 via:
jenky (1):
Update: fix version conflicts of random_compat2 in PHP5.6&PHP7
How can I help you explore Laravel packages today?