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
Requires
- php: ^7.0
- chadicus/psr-log-helper: ^1.2
- psr/log: ^1.0
- sobanvuex/php-newrelic: ^2.0
Requires (Dev)
- chadicus/coding-standard: ^1.3
- phpunit/phpunit: ^6.0
- satooshi/php-coveralls: ^1.0
This package is auto-updated.
Last update: 2019-02-20 19:28:17 UTC
README
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