PHP Classes

HoneyBadge Laravel Slack API Notification: Send message received by an API to a Slack channel

Recommend this page to a friend!
  Info   View files Documentation   View files View files (68)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-02-23 (Yesterday) RSS 2.0 feedNot enough user ratingsTotal: 6 This week: 6All time: 11,246 This week: 9Up
Version License PHP version Categories
honeybadge 1.0The PHP License5PHP 5, Web services, Project Management, C...
Description 

Author

This package can send messages received by an API to a Slack channel.

It implements a Web services API that can get the details of a message in a JSON object sent to the API via the HTTP POST method.

The package can send the message to a previously configured Slack channel using a Slack Webhook URL.

Picture of Edward Paul
  Performance   Level  
Innovation award
Innovation award
Nominee: 10x

Winner: 1x

 

Documentation

<p align="center">a production-ready web endpoint that accepts a JSON payload as a POST request and sends an alert to a Slack channel if the payload matches desired criteria.</p> <p align="center"><a href="https://medium.com/@infinitypaul">Creator</a></p>

Tech Stack

  • Laravel
  • Mysql
  • PHP

Download Instruction

  1. Clone the project.
git clone https://github.com/infinitypaul/honeybadge.git projectname

  1. Install dependencies via composer.
composer install 

  1. Run php server.
php artisan serve

Troubleshooting

Setup

The slack channel requires a url configuration option. This URL should match a URL for an incoming webhook that you have configured for your Slack team. https://slack.com/apps/A0F7XDUAZ-incoming-webhooks

Add the webhook url to your .env
LOG_SLACK_WEBHOOK_URL=

Api Usage

> Using POST Request:

POST http://localhost/api/notify

payload: {
  "RecordType": "Bounce",
  "Type": "SpamNotification",
  "TypeCode": 512,
  "Name": "Spam notification",
  "Tag": "",
  "MessageStream": "outbound",
  "Description": "The message was delivered, but was either blocked by the user, or classified as spam, bulk mail, or had rejected content.",
  "Email": "zaphod@example.com",
  "From": "notifications@honeybadger.io",
  "BouncedAt": "2023-02-27T21:41:30Z"
}

  • http://localhost/ is your Base Url, You Can Replace it with yours

And Viola.

Enjoy!!


  Files folder image Files  
File Role Description
Files folder imageapp (5 directories)
Files folder imagebootstrap (1 file)
Files folder imageconfig (15 files)
Files folder imagedatabase (3 directories)
Files folder imagepublic (3 files)
Files folder imageresources (2 directories)
Files folder imageroutes (4 files)
Files folder imagetests (2 files, 2 directories)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file .env.example Data Auxiliary data
Plain text file artisan Class Class source
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file vite.config.js Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:6
This week:6
All time:11,246
This week:9Up