2017 © Pedro Peláez
 

project yii2-slack-error-logger

Send errors (5xx) to a slack channel

image

ethercreative/yii2-slack-error-logger

Send errors (5xx) to a slack channel

  • Monday, March 13, 2017
  • by mattether
  • Repository
  • 1 Watchers
  • 1 Stars
  • 117 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 7 Versions
  • 10 % Grown

The README.md

Yii2 Slack Error Logger

Send errors (5xx) to a slack channel, (*1)

Install

You can install the package using the Composer package manager. You can install it by running this command in your project root:, (*2)

composer require ethercreative/yii2-slack-error-logger

Basic Usage

Add the class to your configuration file., (*3)

You will need to create an incoming webhook, (*4)

    // ...
    'log' => [
        // ...
        'targets' => [
            [
                'class' => 'ethercreative\log\Error',
                'levels' => ['error'],
                'webhook' => 'https://hooks.slack.com/...',
                'name' => 'The name of your project',
                'username' => 'The username for the user',
                'channel' => '#thechannel',
            ],
        ],
    ],
    // ...

The Versions

13/03 2017

dev-master

9999999-dev http://www.ethercreative.co.uk/

Send errors (5xx) to a slack channel

  Sources   Download

MIT

The Requires

 

logger log framework yii2 slack

13/03 2017

0.0.6

0.0.6.0 http://www.ethercreative.co.uk/

Send errors (5xx) to a slack channel

  Sources   Download

MIT

The Requires

 

logger log framework yii2 slack

13/03 2017

0.0.5

0.0.5.0 http://www.ethercreative.co.uk/

Send errors (5xx) to a slack channel

  Sources   Download

MIT

The Requires

 

logger log framework yii2 slack

10/03 2017

0.0.4

0.0.4.0 http://www.ethercreative.co.uk/

Send errors (5xx) to a slack channel

  Sources   Download

MIT

The Requires

 

logger log framework yii2 slack

10/03 2017

0.0.2

0.0.2.0 http://www.ethercreative.co.uk/

Send errors (5xx) to a slack channel

  Sources   Download

MIT

The Requires

 

logger log framework yii2 slack

10/03 2017

0.0.3

0.0.3.0 http://www.ethercreative.co.uk/

Send errors (5xx) to a slack channel

  Sources   Download

MIT

The Requires

 

logger log framework yii2 slack

10/03 2017

0.0.1

0.0.1.0 http://www.ethercreative.co.uk/

Send errors (5xx) to a slack channel

  Sources   Download

MIT

The Requires

 

logger log framework yii2 slack