Libraries tagged by primary key
alsofronie/eloquent-uuid
336222 Downloads
A Laravel Eloquent Model trait for using UUID's as primary keys
jetcod/eloquent-keygen
27424 Downloads
A Laravel package providing seamless integration with Snowflake ID generation for Eloquent models
coenjacobs/eloquent-composite-primary-keys
86143 Downloads
Offers composite primary keys on Eloquent models
kblais/laravel-uuid
84927 Downloads
A simple library to use UUIDs as your Eloquent model's primary key.
pfrug/composite-key
1368 Downloads
Support for composite primary keys in Laravel Eloquent models.
cline/variable-keys
13816 Downloads
Laravel Blueprint macros for variable primary key and morph types
chrisnharvey/laravel-sql-require-primary-key
21536 Downloads
riipandi/laravel-optikey
9291 Downloads
Use UUID, Ulid, or nanoid as optional or primary key in Laravel.
axn/laravel-pk-int-to-bigint
6696 Downloads
Convert DB primary keys and related foreign keys type from INT to BIGINT in a Laravel project
dereuromark/cakephp-hashid
10046 Downloads
A CakePHP plugin to allow using hashids instead of numeric primary keys.
maksimru/composite-primary-keys
15180 Downloads
Most advanced composite primary keys package with support of: binary columns, queueable, implicit route binding, relations
mediagone/small-uid
744 Downloads
Small Unique Identifier - Quite like an ULID, but half smaller (64 bits).
abe/unique-id-for-laravel
4997 Downloads
A simple package to generate unique id for laravel
marquine/eloquent-uuid
11437 Downloads
Uuid primary key for Laravel Eloquent Models
mpyw/unique-violation-detector
64549 Downloads
Detect primary/unique key or constraint violation errors from PDOException.