定制 bipinkareparambil/slack-bug-reporting 二次开发

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

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

bipinkareparambil/slack-bug-reporting

最新稳定版本:1.0.2

Composer 安装命令:

composer require bipinkareparambil/slack-bug-reporting

包简介

Slack Bug Reporting Laravel Package

README 文档

README

This Laravel package allows you to report bugs to Slack for easy tracking and collaboration.

Installation

To install the package, follow these steps:

  1. Require the package using Composer:

    composer require bipinkareparambil/slack-bug-reporting
    
  2. Set up the environment variable:

    In your .env file, add the following variable and set its value to the webhook URL of your Slack app

    SLACK_BUG_REPORTING_WEBHOOK="https://hooks.slack.com/services/{remaining_url_part}"
    

You're ready to use the Slack Bug Reporting package in your Laravel application!

Usage

To report bugs to Slack, you can use the SlackBugReportingService provided by the package. Here's an example of how to use it:

use BipinKareparambil\SlackBugReporting\SlackBugReportingService;

// Create an instance of the SlackBugReportingService
$slackBugReporting = new SlackBugReportingService();

// Send a bug report message
$message = "Bug report message...";
$response = $slackBugReporting->send($message);

统计信息

  • 总下载量: 2.55k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-08