zend-httphandlerrunner

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

  • 所有者: zendframework/zend-httphandlerrunner
  • 平台:
  • 许可证: BSD 3-Clause "New" or "Revised" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者zendframework/zend-httphandlerrunner
主编程语言PHP
编程语言PHP (语言数: 1)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2018-02-05 14:23:04
推送于2020-01-28 19:00:52
最后一次提交2020-01-20 13:34:44
发布数4
最新版本名称1.1.0 (发布于 2019-02-19 12:20:46)
第一版名称1.0.0 (发布于 2018-02-05 08:23:38)
用户参与
星数45
关注者数14
派生数14
提交数53
已启用问题?
问题数4
打开的问题数0
拉请求数7
打开的拉请求数2
关闭的拉请求数3
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?