shucream0117/slack-php
最新稳定版本:3.0.0
Composer 安装命令:
composer require shucream0117/slack-php
包简介
Slack library for PHP
关键字:
README 文档
README
Requirement
- PHP >= 7.4.x
- Incoming WebHook URL via Slack Apps
Installation
via composer.
$ 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']);
统计信息
- 总下载量: 1.84k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-01-23