Libraries tagged by hasids
ashkanrimer/hashids
440 Downloads
Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers
alexanderzon/laravel-hashids
83 Downloads
Fork from toran/hashids: Laravel package for Hashids
alexanderzon/hashids
626 Downloads
Fork from hashids/hashids: Generate hashids like YouTube or Bitly from numbers to obfuscate your database primary ids, or navigate to the right shard.
vuoriliikaluoma/zf3-hashids
1401 Downloads
Zend Framework 3 module for hashids allowing you to obfuscate ID's in your API
kennedytedesco/hashids-wrapper
4980 Downloads
Just a simple wrapper to Hashids.
juggl/unique-hashids
31 Downloads
Easily create unique ids for a Laravel model.
ggmm-one/eloquent-hashids
15 Downloads
Add hashids to your Eloquent models on-the-fly
alexsoft/laravel-hashids
158 Downloads
Add laravel facade for using hashids/hashids
xavierfaucon/bravoids
35 Downloads
Converts Ids (base10) to Hashids (base50 or 62)
trianity/laravel-sqids
40 Downloads
A Hashids / Sqids bridge for Laravel 10,11
s94/debug
21 Downloads
Laravel 5 wrapper for the Debug API.
random-ids/random-ids
10 Downloads
Generate a non-repetitive random ID.Sometimes you don't want people to guess the rules of some IDs,then you can use random-ids.At present,we support file and redis.
pacificinternet/laravel-hashslug
12 Downloads
Package providing a trait to use Hashids on a model
oanhnn/laravel-fakeid
319 Downloads
Using fake id on URL in Laravel application
nanokaweb/eloquent-tokenable
11 Downloads
Allows using tokens (HashIDs) instead of id in Laravel Eloquent models.