davidmaillo/slackmessage

Send BOT messages to a Slack channel using HTTP

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

This package is not auto-updated.

Last update: 2025-07-11 23:34:56 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.