Download the PHP package middlewares/uuid without Composer
On this page you can find all versions of the php package middlewares/uuid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download middlewares/uuid
More information about middlewares/uuid
Files in middlewares/uuid
Download middlewares/uuid
More information about middlewares/uuid
Files in middlewares/uuid
Vendor middlewares
Package uuid
Short Description Middleware to generate an UUID and save it in the X-Uuid header
License MIT
Homepage https://github.com/middlewares/uuid
Package uuid
Short Description Middleware to generate an UUID and save it in the X-Uuid header
License MIT
Homepage https://github.com/middlewares/uuid
Please rate this library. Is it a good library?
Informations about the package uuid
middlewares/uuid
Middleware to generate an UUID (Universally Unique Identifiers) and save it in the X-Uuid
header of the request and response. Useful for debugging purposes.
The UUID generated is compatible with RFC 4122 version 4 using ramsey/uuid for that.
Requirements
- PHP >= 7.2
- A PSR-7 http library
- A PSR-15 middleware dispatcher
Installation
This package is installable and autoloadable via Composer as middlewares/uuid.
Usage
header
This option allows to configure the header name. By default is X-Uuid
.
Please see CONTRIBUTING for contributing details.
The MIT License (MIT). Please see LICENSE for more information.
All versions of uuid with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2 || ^8.0
ramsey/uuid Version ^3.5 || ^4.7
psr/http-server-middleware Version ^1.0
ramsey/uuid Version ^3.5 || ^4.7
psr/http-server-middleware Version ^1.0
The package middlewares/uuid contains the following files
Loading the files please wait ....