shucream0117/slack-php

3.0.0 2022-07-25 18:44 UTC

This package is auto-updated.

Last update: 2024-09-20 00:28:30 UTC


README

要求

安装

使用composer。

$ composer require shucream0117/slack-php:3.0

用法

$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']);