Libraries tagged by route-key
jdavidbakr/ulidmodelroutes
419 Downloads
Configures models to have ULID route keys while still having integer primary keys
codezero/laravel-route-key-exists
149 Downloads
Laravel validation rule to check if a custom route key exists.
io238/eloquent-encoded-ids
51 Downloads
Automatic route key encryption for Laravel Eloquent using Hashids (short, unique, non-sequential ids) with prefix support
iridiumintel/laravel-hashable-routes
34 Downloads
A Laravel package that provides short, secure, and per-model configurable hashed route keys instead of incremental IDs.
ryancco/laravel-uuid-models
4817 Downloads
Trait for working with Eloquent models with UUID route keys
tmc1807/laravel-fpe-route-keys
4 Downloads
Format-preserving encrypted route keys for Laravel Eloquent models.
channor/opaque-route-key
0 Downloads
Deterministic opaque route keys for integer IDs with keyed integrity checks.
channor/hashed-route-key
2 Downloads
Deterministic opaque route keys for integer IDs with keyed integrity checks.
ryudith/mezzio-response-cache
0 Downloads
Cache response based URL route key for Mezzio.
malsanyang/laravel-model-tools
8 Downloads
Laravel model utilities including UUID reference generation, reference route keys, and migration scaffolding.
chistel/laravel-uniqueid
426 Downloads
Generate uniqueid when saving Eloquent models to be used as auth key and route key
mrsuner/laravel-api-keys
20 Downloads
Developer API key management (prefix-routed keys, rotation with overlap, per-key rate limits, async usage tracking) for Laravel. Works standalone and auto-wires into mrsuner/laravel-api-boilerplate.