rumd3x/slack-notifier
Composer 安装命令:
composer require rumd3x/slack-notifier
包简介
Wrapper for sending customized channel notifications using slack.
README 文档
README
Wrapper for sending customized channel notifications using slack.
Install
composer require rumd3x/slack-notifier
Usage
<?php $slack = new Rumd3x\Slack\Notifier('SLACK-API-KEY'); $notification = new Rumd3x\Slack\Notification('message text', 'channel', 'api-user'); // Optional - Add attachments $attachment1 = new Rumd3x\Slack\Attachment('attachment text'); $attachment1->withColor(Rumd3x\Slack\Attachment::COLOR_DEFAULT); // Optional $attachment1->withFooter('footnote'); // Optional // Optionally add fields to your attachments $attachment1 = new Rumd3x\Slack\Field('type_short_or_full', 'field_title', 'description_optional'); $attachment1->addField($attachment1); $notification->attach($attachment1); $slack->notify($notification);
统计信息
- 总下载量: 905
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-02-13