This library provides a RFC 7807 handler for the eLife Sciences applications.
- Composer
- PHP 7
composer require elife/api-problem
use eLife\ApiProblem\Silex\ApiProblemProvider;
$app->register(new ApiProblemProvider());
Exception details (eg stacktrace) will be included based on the value of $app['debug']
. This can be overridden by setting $app['api_problem.factory.include_exception_details']
to true
or false
.
vendor/bin/phpunit