2017 © Pedro Peláez
 

library zend-httphandlerrunner

Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.

image

zendframework/zend-httphandlerrunner

Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.

  • Wednesday, July 25, 2018
  • by zendframework
  • Repository
  • 10 Watchers
  • 12 Stars
  • 38,287 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 4 Versions
  • 98 % Grown

The README.md

zend-httphandlerrunner

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-httphandlerrunner., (*1)

Build Status Coverage Status, (*2)

This library provides utilities for:, (*3)

  • 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., (*4)

Installation

Run the following to install this library:, (*5)

$ composer require zendframework/zend-httphandlerrunner

Documentation

Documentation is in the doc tree, and can be compiled using mkdocs:, (*6)

$ mkdocs build

You may also browse the documentation online., (*7)

The Versions

25/07 2018

dev-develop

dev-develop

Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

psr-7 zendframework zf expressive components psr-15

25/07 2018

dev-master

9999999-dev

Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

psr-7 zendframework zf expressive components psr-15

21/02 2018

1.0.1

1.0.1.0

Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

psr-7 zendframework zf expressive components psr-15

05/02 2018

1.0.0

1.0.0.0

Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

psr-7 zendframework zf expressive components psr-15