weierophinney / problem-details
This package is abandoned and no longer maintained.
The author suggests using the zendframework/zend-problem-details package instead.
Problem Details for PSR-7 HTTP APIs
0.3.0
2017-07-31 21:38 UTC
Requires
- php: ^7.1
- ext-json: *
- fig/http-message-util: ^1.1.2
- http-interop/http-middleware: ^0.4.1
- psr/container: ^1.0
- psr/http-message: ^1.0
- spatie/array-to-xml: ^2.3
- willdurand/negotiation: ^2.3
Requires (Dev)
This package is auto-updated.
Last update: 2019-02-20 20:00:22 UTC
README
ABANDONED
This repository was used as the starting point for zendframework/zend-problem-details, and has been abandoned in favor of that repository.
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:
$ composer require weierophinney/problem-details
Documentation
Documentation is in the doc tree, and can be compiled using mkdocs:
$ mkdocs build
You may also browse the documentation online.