gevman/slack-bot

There is no license information available for the latest version (1.0.1) of this package.

A PHP lib for slack bot

1.0.1 2016-11-22 08:37 UTC

This package is auto-updated.

Last update: 2024-03-21 01:31:54 UTC


README

for sending messages to Slack using Slack Incoming WebHook

example:

<?php
$slackBot = new Gevman\SlackBot\IncomingBot('YOUR_SLACK_HOOK_URL');
$slackBot->send('Hello')->withTitle('Good morning')->to('general');