correlate-php-core
Core interface package for correlate id generation for microservices writen in PHP.
correlate-php-laravel
Middleware to handle incoming correlation id header for Laravel and Lumen
correlate-php-monolog
Monolog processor for microservices to append correlation id to log messages.
correlate-php-psr-7
PSR-7 middleware to handle incoming correlation id header for microservices.
eloquent-uuid
A simple package for using UUID's (UUID4) with Laravel's Eloquent.
eloquent-uuids
by gstjohn
Easily allow Laravel Eloquent models to utilize UUIDs as their primary key.
eloquentuuid
by lucasmichot
Provides a unique Base62-encoded UUID representing a given state of a model instance
laravel-eloquent-uuid
A simple drop-in solution for providing UUID support for the IDs of your Eloquent models.
laravel-model-traits
Provides a collection of useful traits for Laravel Eloquent models.
laravel-model-uuid
by dyrynda
This package allows you to easily work with UUIDs in your Laravel models.
laravel-ulid
by rorecek
Laravel package for ULID (Universally Unique Lexicographically Sortable Identifier)
laravel-url62-uuid
by gponster
The encoding schema to be used by this shortening algorithm will be Base 62 encoding, as we are going to use 62 letters: [a-zA-Z0-9]. UUID generation based on Rhumsaa\Uuid