elife/logging-sdk

eLife Sciences logging SDK

v1.1.1 2024-10-25 13:31 UTC

README

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