定制 rumd3x/slack-notifier 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-02-13

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固