traderinteractive/psr-log-slack

A PSR-3 logger implementation logging to slack

v1.1.0 2023-07-26 12:38 UTC

This package is auto-updated.

Last update: 2024-03-26 14:31:06 UTC


README

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