subjective-php/psr-log-helper

Utilities to assist with PSR-3 logger implementations

v3.3.0 2023-05-08 19:19 UTC

This package is auto-updated.

Last update: 2024-03-08 21:07:50 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