traderinteractive/psr-log-slack

A PSR-3 logger implementation logging to slack

Maintainers

Package info

github.com/traderinteractive/psr-log-slack

pkg:composer/traderinteractive/psr-log-slack

Statistics

Installs: 11 029

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-26 18:31:09 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