subjective-php/psr-log-newrelic

PSR-3 Log Implementation with NewRelic

v2.1.0 2023-05-22 14:47 UTC

This package is auto-updated.

Last update: 2024-04-22 20:24:16 UTC


README

Code Quality

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