Download the PHP package zendframework/zend-httphandlerrunner without Composer
On this page you can find all versions of the php package zendframework/zend-httphandlerrunner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zendframework/zend-httphandlerrunner
More information about zendframework/zend-httphandlerrunner
Files in zendframework/zend-httphandlerrunner
Download zendframework/zend-httphandlerrunner
More information about zendframework/zend-httphandlerrunner
Files in zendframework/zend-httphandlerrunner
Vendor zendframework
Package zend-httphandlerrunner
Short Description Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.
License BSD-3-Clause
Package zend-httphandlerrunner
Short Description Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package zend-httphandlerrunner
zend-httphandlerrunner
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-httphandlerrunner.
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.
Installation
Run the following to install this library:
Documentation
Documentation is mkdocs:
You may also browse the documentation online.
All versions of zend-httphandlerrunner with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
psr/http-message Version ^1.0
psr/http-message-implementation Version ^1.0
psr/http-server-handler Version ^1.0
psr/http-message Version ^1.0
psr/http-message-implementation Version ^1.0
psr/http-server-handler Version ^1.0
The package zendframework/zend-httphandlerrunner contains the following files
Loading the files please wait ....