项目作者: weierophinney

项目描述 :
Problem Details for PSR-7 APIs
高级语言: PHP
项目地址: git://github.com/weierophinney/problem-details.git
创建时间: 2017-05-03T21:11:39Z
项目社区:https://github.com/weierophinney/problem-details

开源协议:BSD 2-Clause "Simplified" License

下载


Problem Details for PSR-7 Applications

ABANDONED

This repository was used as the starting point for
zendframework/zend-problem-details,
and has been abandoned in favor of that repository.

Build Status
Coverage Status

This library provides 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 weierophinney/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.