2017 © Pedro Peláez
 

library slackmessage

Send BOT messages to a Slack channel using HTTP

image

davidmaillo/slackmessage

Send BOT messages to a Slack channel using HTTP

  • Thursday, June 22, 2017
  • by davidmaillo
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Slack Messages

Usage

Send messages from PHP to a Slack channel with a simple line of code:, (*1)

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

Check example.php for more information, (*2)

Installation

With Composer: composer require davidmaillo/slackmessage, (*3)

... or manually copy the class file to your app., (*4)

The Versions

22/06 2017

dev-master

9999999-dev

Send BOT messages to a Slack channel using HTTP

  Sources   Download

MIT

The Requires

  • php ^5.3.3 || ^7.0
  • another-vendor/package 1.*