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

Installs: 67

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/gevman/slack-bot

1.0.1 2016-11-22 08:37 UTC

This package is auto-updated.

Last update: 2025-09-21 05:10:11 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');