Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-laminas-httphandlerrunner - Laminas Framework HttpHandlerRunner component

Website:
https://github.com/laminas/laminas-httphandlerrunner
Licence:
BSD
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
This library provides utilities for:

* Emitting PSR-7 responses.
* Running PSR-15 server request handlers, which involves marshaling a PSR-7
  ServerRequestInterface, handling exceptions due to request creation,
  and emitting the response returned by the composed request handler.

The RequestHandlerRunner will be used in the bootstrap of your application
to fire off the RequestHandlerInterface representing your application.

Documentation: https://docs.laminas.dev/laminas-httphandlerrunner/

Packages

php-laminas-httphandlerrunner-1.5.0-1.el9.remi.noarch [18 KiB] Changelog by Remi Collet (2021-09-30):
- update to 1.5.0
- raise build dependency on laminas-diactoros 2.8
- raise build dependency on phpunit 9.5.9