The Wayback Machine - https://web.archive.org/web/20201204073741/https://github.com/zendframework/zend-httphandlerrunner
Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

zend-httphandlerrunner

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-httphandlerrunner.

Build Status Coverage Status

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:

$ composer require zendframework/zend-httphandlerrunner

Documentation

Documentation is in the doc tree, and can be compiled using mkdocs:

$ mkdocs build

You may also browse the documentation online.

About

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

Topics

Resources

License

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

You can’t perform that action at this time.