chadicus/psr-log-helper

This package is abandoned and no longer maintained. The author suggests using the subjective-php/psr-log-helper package instead.

Utilities to assist with PSR-3 logger implementations

v2.0.0 2018-01-29 15:38 UTC

This package is auto-updated.

Last update: 2022-09-16 16:01:59 UTC


README

Build Status Code Quality Coverage Status

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

Utilities to assist with PSR-3 logger implementations.

Requirements

PSR Log Helper requires PHP 7.0 (or later).

Composer

To add the library as a local, per-project dependency use Composer! Simply add a dependency on subjective-php/psr-log-helper to your project's composer.json.

composer require subjective-php/psr-log-helper

Contact

Developers may be contacted at:

Run Unit Tests

With a checkout of the code get Composer in your PATH and run:

composer install
./vendor/bin/phpunit
./vendor/bin/phpcs