davidmaillo/slackmessage

Send BOT messages to a Slack channel using HTTP

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/davidmaillo/slackmessage

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

This package is not auto-updated.

Last update: 2025-12-27 01:26:57 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.