Libraries tagged by primary key
mpyw/laravel-unique-violation-detector
63255 Downloads
Detect primary/unique key or constraint violation errors from PDOException.
lyragosa/eloquent-composite-primary-keys
19 Downloads
Make Laravel Eloquent Database Support Composite Primary Keys
wujunze/laravel-id-generate
4413 Downloads
Laravel package to generate and to validate a UUID according to the RFC 4122 standard. Only support for version 1, 3, 4 and 5 UUID are built-in. and generate number id, generate primary key
wickedbyte/int-to-uuid
19 Downloads
Utility for Bidirectional Conversion of Integer Ids to UUIDs
benbjurstrom/eloquent-postgres-uuids
4107 Downloads
A laravel eloquent trait facilitating the use of uuids as the primary key in a postgres database
kigkonsult/asit
2990 Downloads
Asit manages array collections, extends Iterator with (assoc) get-/set- and tag-methods
stevenmaguire/laravel-uuid-model
46 Downloads
Create non-incrementing Laravel models whose primary key is a UUID
lucadello91/eloquent-uuid
8931 Downloads
Laravel Eloquent Model trait for using UUID on primary key
jardissupport/repository
106 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
ddlabs/uuid-package
6742 Downloads
Package to allow you to use UUID for primary key in Laravel Models
r15ch13/peculiar
3243 Downloads
An extension to the Laravel Eloquent Model. It allows the use of UUIDs (ramsey/uuid) as primary keys.
erashdan/hashid
7509 Downloads
Simple package to hash eloquent primary key
racklin/pkuuids
734 Downloads
Using a UUID as PrimaryKey for laravel 5.3+
rozwell/composite-primary-keys
13 Downloads
Most advanced composite primary keys package with support of: binary columns, queueable, implicit route binding, relations
rlmckenney/yii-random-key
25 Downloads
A Yii Framework behavior class to generate UIDs of a given integer length and target data type.