An open API service indexing awesome lists of open source software.

https://github.com/chi-teck/server-timing-middleware


https://github.com/chi-teck/server-timing-middleware

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Server timing middleware

The middleware attaches the response time via [Server Timing](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Server-Timing) header.

## Requirements
* PHP >= 7.4
* A PSR-7 http library
* A PSR-15 middleware dispatcher

## Installation
```sh
composer require chi-teck/server-timing-middleware
```

## License
The MIT License.