2017 © Pedro Peláez
 

library slack-php

Slack library for PHP

image

shucream0117/slack-php

Slack library for PHP

  • Friday, March 16, 2018
  • by shucream0117
  • Repository
  • 0 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 33 % Grown

The README.md

SlackPHP

Requirement

  • PHP >= 7.4.x
  • Incoming WebHook URL via Slack Apps
    • https://api.slack.com/messaging/webhooks

Installation

via composer., (*1)

$ composer require shucream0117/slack-php:3.0

Usage

$slack = new Slack('http://your-slack-incoming-webhook-url');

// send a message with mention
$slack->send('this message will be posted']);

// send a message with mention
$slack->send('mention!!', ['@HOGEFUGA']);

The Versions

16/03 2018

dev-master

9999999-dev

Slack library for PHP

  Sources   Download

MIT

The Requires

 

by Avatar shucream0117

slack