zendframework/zend-problem-details

This package is abandoned and no longer maintained. The author suggests using the mezzio/mezzio-problem-details package instead.

Problem Details for PSR-7 HTTP APIs

1.1.0 2019-12-30 20:17 UTC

This package is auto-updated.

Last update: 2020-01-28 18:39:30 UTC


README

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:

$ composer require zendframework/zend-problem-details

Documentation

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

$ mkdocs build

You may also browse the documentation online.