mo2menelzeiny / post-to-slack

A script that sends a message to a slack channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A PHP script that sends a message to a Slack channel

Install

composer install

Run

php -r "require './src/slack.php'; messageToChannel('TOKEN', 'CHANNEL', 'MESSAGE');"

Test

Replace token in test files

phpunit tests

About

A script that sends a message to a slack channel


Languages

Language:PHP 100.0%