Libraries tagged by primary
michalkortas/laravel-uuid
497 Downloads
Simply create Eloquent Models & database tables with UUID/GUID primary keys.
lukaskorl/uniquely
2007 Downloads
Uniquely identified models for Laravel 4 by using UUID as primary key
lorenzomar/mysql-optimized-uuid
6 Downloads
Optimized binary representation of UUID to use as primary key in MySQL table. See www.percona.com/blog/2014/12/19/store-uuid-optimized-way
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.
lemonade/component_currency
19 Downloads
Lemonade Currency Conversion Library provides a reliable PHP solution for converting currencies using the Czech National Bank (CNB) as a primary source. Fully compatible with PHP 8.1 and optimized for static analysis with PHPStan.
laravel-livewire/uc-modules
29 Downloads
laravel livewire user primary modules
larabeans/uuider
80 Downloads
Apiato container to replace primary key type from auto-increment to uuid.
lampge/ulid
30 Downloads
Laravel package Use to auto product primary key.
koreus/base-requires25
2 Downloads
Primary dependencies for XOOPS/XoopsCore25
kaskadia/doctrine-repository-wrapper-uuid
109 Downloads
Provides an abstraction layer above the Doctrine Repository in Laravel which enables better type safety when interacting with entities. This package uses UUID as the primary identifier.
kaskadia/doctrine-repository-wrapper-int
5 Downloads
Provides an abstraction layer above the Doctrine Repository in Laravel which enables better type safety when interacting with entities. This package uses INT as the primary identifier.
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.
jakyeru/snowflake
13 Downloads
Snowflake is a package for Laravel that allows Twitter's 64 bit snowflake to be used as primary identifier for models.