issues
search
vinkla
/
hashids
A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
https://hashids.org/php
MIT License
5.28k
stars
418
forks
source link
Use data providers are for all tests
#113
Closed
peter279k
closed
6 years ago
peter279k
commented
6 years ago
Changed log
use the data provider to avoid the
foreach
approach.
vinkla
commented
6 years ago
Thanks!
Changed log
foreach
approach.