stryber / laravel-uuid-helper
This package is abandoned and no longer maintained.
No replacement package was suggested.
Stryber Uuid helper package
Package info
github.com/stryberventures/StryberPhpLaravelUuidHelper
pkg:composer/stryber/laravel-uuid-helper
v8.0.1
2021-04-28 08:51 UTC
Requires
- php: >=7.4
- illuminate/http: ^8.0
- illuminate/routing: ^8.0
- illuminate/support: ^8.0
- ramsey/uuid: ^4.0
README
Stryber UUID Helper Package
Table of Contents
Requirements
- PHP ^7.4
- Laravel ^7.0
Installation
composer require stryber/laravel-uuid-helper
Usage
This package includes middleware that adds X-Request-ID header to your requests and responses
with UUIDv4 value and some useful classes for DDD entities ids.
To use SetRequestId middleware you may simple add it class \Stryber\Uuid\SetRequestId
to your Kernel or just use it alias 'requestId'
To use ID and UuidId classes - just extend them in your project