shucream0117 / slack-php
PHP的Slack库
3.0.0
2022-07-25 18:44 UTC
Requires
- php: ^7.4.0
- ext-json: *
- guzzlehttp/guzzle: ^6.2
This package is auto-updated.
Last update: 2024-09-20 00:28:30 UTC
README
要求
- PHP >= 7.4.x
- 通过Slack应用接收WebHook URL
安装
使用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']);