Skip to content

elifesciences/api-problem-php

Repository files navigation

eLife API Problem PHP

Build Status

This library provides a RFC 7807 handler for the eLife Sciences applications.

Dependencies

Installation

composer require elife/api-problem

Set up

Silex

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.

Running the tests

vendor/bin/phpunit