2017 © Pedro Peláez
 

library slacklog

Send log-messages to slack in one line of code

image

black-bits/slacklog

Send log-messages to slack in one line of code

  • Wednesday, September 20, 2017
  • by aprzywara
  • Repository
  • 1 Watchers
  • 0 Stars
  • 156 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 21 % Grown

The README.md

Slacklog

Latest Version on Packagist Software License Build Status Total Downloads, (*1)

Send log-messages to slack in one line of code, (*2)

How to use

Publish config..., (*3)

php artisan vendor:publish --provider="BlackBits\SlackLog\SlackLogServiceProvider"

... and set webhook in env, (*4)

'webhook' => env('SLACKLOG_WEBHOOK', 'your-webhook')

Log something to your channel..., (*5)

SlackLog::send($message = "my message", $id = "sender_id");   

The Versions

20/09 2017

dev-master

9999999-dev https://github.com/black-bits/slacklog

Send log-messages to slack in one line of code

  Sources   Download

MIT

The Requires

 

The Development Requires

20/09 2017

0.0.1

0.0.1.0 https://github.com/black-bits/slacklog

Send log-messages to slack in one line of code

  Sources   Download

MIT

The Requires

 

The Development Requires