项目作者: zendframework

项目描述 :
Provides Problem Details for HTTP APIs (RFC 7807) support for PSR-7 applications.
高级语言: PHP
项目地址: git://github.com/zendframework/zend-problem-details.git
创建时间: 2017-08-01T13:50:31Z
项目社区:https://github.com/zendframework/zend-problem-details

开源协议:Other

下载


Problem Details for PSR-7 Applications

Repository abandoned 2019-12-31

This repository has moved to mezzio/mezzio-problem-details.

Build Status
Coverage Status

This library provides a factory for generating Problem Details
responses, error handling middleware for automatically generating Problem
Details responses from errors and exceptions, and custom exception types for
PSR-7 applications.

Installation

Run the following to install this library:

  1. $ composer require zendframework/zend-problem-details

Documentation

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

  1. $ mkdocs build

You may also browse the documentation online.