Skip to content

subjective-php/psr-log-helper

Repository files navigation

PSR Log Helper

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