This repository has moved to mezzio/mezzio-problem-details.
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.
Run the following to install this library:
$ composer require zendframework/zend-problem-details
Documentation is in the doc tree, and can be compiled using mkdocs:
$ mkdocs build
You may also browse the documentation online.