chi-teck / server-timing-middleware
PSR-7 and PSR-15 server timing middleware
1.0.0
2021-01-13 10:28 UTC
Requires
- php: ^7.4 || ^8.0
- psr/http-message: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- laminas/laminas-diactoros: ^2.5
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.5
- symfony/phpunit-bridge: ^5.2
This package is auto-updated.
Last update: 2024-10-13 18:47:03 UTC
README
The middleware attaches the response time via Server Timing header.
Requirements
- PHP >= 7.4
- A PSR-7 http library
- A PSR-15 middleware dispatcher
Installation
composer require chi-teck/server-timing-middleware
License
The MIT License.