nx / scientist-psr3-journal
PSR3 Journal for Scientist
Installs: 31 744
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 4
Open Issues: 0
Requires
- daylerees/scientist: ^1.0
- psr/log: 1.0.*
Requires (Dev)
- phpunit/phpunit: >=4.8
This package is not auto-updated.
Last update: 2024-11-09 20:12:16 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);