zendframework / zend-problem-details
Problem Details for PSR-7 HTTP APIs
Installs: 277 218
Dependents: 3
Suggesters: 0
Security: 0
Stars: 50
Watchers: 18
Forks: 19
Open Issues: 2
Requires
- php: ^7.1
- ext-json: *
- fig/http-message-util: ^1.1.2
- psr/container: ^1.0
- psr/http-message: ^1.0
- psr/http-server-middleware: ^1.0
- spatie/array-to-xml: ^2.3
- willdurand/negotiation: ^2.3
Requires (Dev)
- phpunit/phpunit: ^7.0.1
- zendframework/zend-coding-standard: ~1.0.0
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.
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.