davidmaillo/slackmessage

Send BOT messages to a Slack channel using HTTP

Maintainers

Package info

github.com/davidmaillo/SlackMessage

pkg:composer/davidmaillo/slackmessage

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2017-06-22 10:35 UTC

This package is not auto-updated.

Last update: 2026-04-04 02:57:14 UTC


README

Usage

Send messages from PHP to a Slack channel with a simple line of code:

    $Slack->sendMessageToChannel($channel, $message);

Check example.php for more information

Installation

With Composer: composer require davidmaillo/slackmessage

... or manually copy the class file to your app.