This is an implementation of PSR-3 reporting to Slack using incoming webhooks.
PSR Log Slack requires PHP 7.0 (or later).
To add the library as a local, per-project dependency use Composer! Simply add a dependency on dominionenterprises/psr-log-slack
to your project's composer.json
.
composer require dominionenterprises/psr-log-slack
Developers may be contacted at:
With a checkout of the code get Composer in your PATH and run:
composer install
./vendor/bin/phpunit