elife/logging-sdk

eLife Sciences logging SDK

v1.2.0 2024-12-16 07:55 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