Skip to content

elifesciences/logging-sdk-php

Repository files navigation

eLife logging SDK for PHP

Build Status

This library provides logging for the eLife Sciences applications.

Dependencies

Installation

composer require elife/logging-sdk

Set up

Silex

use eLife\Logging\Silex\LoggerProvider;

$app->register(new LoggerProvider());

Running the tests

vendor/bin/phpunit