chadicus/psr-log-newrelic

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

PSR-3 Log Implementation with NewRelic

v1.0.1 2017-05-03 16:39 UTC

This package is auto-updated.

Last update: 2019-02-20 19:28:17 UTC


README

Build Status Code Quality Coverage Status

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

This is an implementation of PSR-3 reporting to SobanVuex\NewRelic.

Requirements

PSR Log NewRelic 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-newrelic to your project's composer.json.

composer require subjective-php/psr-log-newrelic

Contact

Developers may be contacted at:

Run Build

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

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