Skip to content

traderinteractive/psr-log-slack

Repository files navigation

PSR Log Slack

Build Status

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

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