zendframework / zend-problem-details

Provides Problem Details for HTTP APIs (RFC 7807) support for PSR-7 applications.
BSD 3-Clause "New" or "Revised" License
50 stars 18 forks source link
api php problem-details psr-15 psr-7 rest zend-expressive zend-framework

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:

$ 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.