nx/scientist-psr3-journal

PSR3 Journal for Scientist

Maintainers

Package info

github.com/nikkobautista/scientist-psr3-journal

pkg:composer/nx/scientist-psr3-journal

Statistics

Installs: 31 758

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 0

0.1.2 2016-11-04 17:04 UTC

This package is not auto-updated.

Last update: 2026-03-01 03:20:42 UTC


README

Installation

composer require nx/scientist-psr3-journal

Usage

$config = new \NX\Scientist\Journal\StandardConfig(); //or anything that implements \NX\Scientist\Journal\PSR3Config
$logger = new \Monolog\Monolog(); // or anything that implements Psr\Log\LoggerInterface
$psr3_journal = new \Scientist\Journals\PSR3Journal($logger, $config);