php-packagist / hyperf-middleware
Hyperf 中间件
v2.1.1
2022-10-25 01:37 UTC
Requires
- php: >=7.4
- hyperf/logger: ^2.2
- hyperf/utils: ^2.2
- psr/http-message: ^1.0
- psr/http-server-middleware: ^1.0
- ramsey/uuid: ^4.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.12
README
安装
composer require php-packagist/hyperf-middleware
版本
^2.0
需要 Hyperf >=2.0.0 或更高版本。
用法
<?php declare(strict_types=1); return [ 'http' => [ \PhpPackagist\HyperfMiddleware\RequestIdMiddleware::class, \PhpPackagist\HyperfMiddleware\SlowLogMiddleware::class, ], ];
功能
- RequestIdMiddleware - 请求ID中间件
- SlowLogMiddleware - 慢日志中间件
许可协议
MIT 许可协议 (MIT)。更多信息请参阅许可文件。