Libraries tagged by primary-key
loadsys/cakephp-uuid-shell
3826 Downloads
An incredibly simple Shell that exposes the String::uuid() method to the command line. Convenient for generating new IDs in bulk for seed or development data that use UUIDs as primary keys.
larastuffs/primary-uuid
72 Downloads
Use UUID as primary key on Laravel Models
larabeans/uuider
80 Downloads
Apiato container to replace primary key type from auto-increment to uuid.
lampge/ulid
33 Downloads
Laravel package Use to auto product primary key.
journolink/resolvable
9175 Downloads
Make Eloquent models resolvable by fields other than the primary key
jordimorillo/uid
14 Downloads
A package to self-generate 32bit unique integer identifiers that can be used as primary keys in relational databases
jasonej/eloquent-uuid
15 Downloads
A package for utilizing uuids as primary keys on Eloquent models.
jackeratarina/laravel-uuid-database-queue
10 Downloads
This enables laravel to use UUID for Job primary key, and enables proper interaction.
i2/uuid
5 Downloads
generates a UUID often a int primary key
haymetg/luuid
22 Downloads
A Laravel package for making UUID primary key
gstjohn/eloquent-uuids
6 Downloads
Easily allow Laravel Eloquent models to utilize UUIDs as their primary key.
gauralab/laravel-uuid-model
49 Downloads
Eloquent model with uuid as primary key
fahriztx/model-uuid
25 Downloads
A Laravel Package to handle Primary Key using UUID
ezitisitis/laravel-uuid
222 Downloads
This package provides fast and furious UUID as primary key implementation instead of autoincrement
dragonrun1/uuid64type
15 Downloads
An UUID v4 (random) library with a new custom compact format for use in database primary keys. It also includes helper traits to make integration easier in Doctrine.