Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 862 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 862 Bytes

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