dominionenterprises / psr-log-slack
This package is abandoned and no longer maintained.
The author suggests using the traderinteractive/psr-log-slack package instead.
A PSR-3 logger implementation logging to slack
v1.1.0
2023-07-26 12:38 UTC
Requires
- php: >=7.0
- guzzlehttp/guzzle: ^6.0||^7.4
- psr/log: ^1.0
- subjective-php/psr-log-helper: ^3.2
Requires (Dev)
- phpunit/phpunit: >=6.1
- squizlabs/php_codesniffer: ^3.7
README
This is an implementation of PSR-3 reporting to Slack using incoming webhooks.
Requirements
PSR Log Slack requires PHP 7.0 (or later).
Composer
To add the library as a local, per-project dependency use Composer! Simply add a dependency on traderinteractive/psr-log-slack
to your project's composer.json
.
composer require traderinteractive/psr-log-slack
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