subjective-php / psr-log-newrelic
PSR-3 Log Implementation with NewRelic
Installs: 8 348
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
Requires
- php: ^7.0||^8.0
- psr/log: ^1.0
- sobanvuex/php-newrelic: ^2.0
- subjective-php/psr-log-helper: ^3.0
Requires (Dev)
- phpunit/phpunit: >=6.5
- squizlabs/php_codesniffer: ^3.3
Provides
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