Libraries tagged by primary keys
alsofronie/eloquent-uuid
340293 Downloads
A Laravel Eloquent Model trait for using UUID's as primary keys
jetcod/eloquent-keygen
45802 Downloads
A Laravel package providing seamless integration with Snowflake ID generation for Eloquent models
axn/laravel-pk-int-to-bigint
7137 Downloads
Convert DB primary keys and related foreign keys type from INT to BIGINT in a Laravel project
cline/variable-keys
20153 Downloads
Laravel Blueprint macros for variable primary key and morph types
chrisnharvey/laravel-sql-require-primary-key
23012 Downloads
coenjacobs/eloquent-composite-primary-keys
86513 Downloads
Offers composite primary keys on Eloquent models
mediagone/small-uid
790 Downloads
Small Unique Identifier - Quite like an ULID, but half smaller (64 bits).
kblais/laravel-uuid
86068 Downloads
A simple library to use UUIDs as your Eloquent model's primary key.
dereuromark/cakephp-hashid
10169 Downloads
A CakePHP plugin to allow using hashids instead of numeric primary keys.
pfrug/composite-key
2447 Downloads
Support for composite primary keys in Laravel Eloquent models.
abe/unique-id-for-laravel
5175 Downloads
A simple package to generate unique id for laravel
riipandi/laravel-optikey
9379 Downloads
Use UUID, Ulid, or nanoid as optional or primary key in Laravel.
marquine/eloquent-uuid
11478 Downloads
Uuid primary key for Laravel Eloquent Models
jdavidbakr/ulidmodelroutes
392 Downloads
Configures models to have ULID route keys while still having integer primary keys
jardissupport/repository
124 Downloads
Repository pattern for PHP — generic CRUD with raw-data access, read/write splitting, and pluggable primary-key strategies; the persistence layer Jardis-generated repositories build on