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.29k stars 417 forks source link

Upgrade to Sqids #205

Closed arcanefoam closed 2 days ago

arcanefoam commented 2 days ago

Hashids has been updated and it's now called Sqids. In order to use Sqids, the config needs a small change because salts are no longer used.

vinkla commented 2 days ago

Hashids is still wildly used and works differently from Sqids. This package will continue as is for the foreseeable future.