stryber/laravel-uuid-helper

v8.0.1 2021-04-28 08:51 UTC

This package is auto-updated.

Last update: 2024-09-28 17:02:13 UTC


README

Stryber Logo

Stryber UUID Helper 包

目录

需求

  • PHP ^7.4
  • Laravel ^7.0

安装

composer require stryber/laravel-uuid-helper

用法

此包包含中间件,可以为您的请求和响应添加带有 UUIDv4 值的 X-Request-ID 头部,并包含一些用于 DDD 实体 ID 的有用类。

要使用 SetRequestId 中间件,您可以将类 \Stryber\Uuid\SetRequestId 添加到您的 Kernel 中,或者直接使用其别名 'requestId'

要使用 IDUuidId 类,只需在您的项目中扩展它们即可