Giter Site home page Giter Site logo

mriwech / slack-error-notifier Goto Github PK

View Code? Open in Web Editor NEW

This project forked from freshbitsweb/slack-error-notifier

0.0 1.0 0.0 92 KB

Send a message to a Slack channel when an error occurs in your Laravel Application (Laravel 5.5)

License: MIT License

PHP 100.00%

slack-error-notifier's Introduction

Slack Error Notifier

Slack Error Notifier (Alternative to Bugsnag/Sentry) (Laravel 5.5)

If you can't use Bugsnag or Sentry for monitoring your production Laravel application, here is a really simple solution to get notified when anything goes wrong.

This is a plug-and-play Laravel package to send a message to a Slack channel via an Incoming WebHook when error/exception occurs in your application.

Note: Logging feature had major updates in Laravel 5.6. you may use Laravel Log Enhancer package for it.

Requirements

  • PHP 7.0+
  • Laravel 5.5

Installation

  1. Install the package by running this command in your terminal/cmd:
composer require mriwech/slack-error-notifier
  1. Import config file by running this command in your terminal/cmd:
php artisan vendor:publish --tag=slack-error-notifier-config
  1. Create an Incoming WebHook in your Slack account and put Webhook URL in your .env file for SLACK_WEBHOOK_URL variable
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/xxxxxxxxxxxxxxxxxxxxxxxx
  1. Optinal: Change configuration settings:
  • (bool) add_memory_usage => Set to true if you wish to send memory usage in the slack message

  • (bool) add_request_headers => Set to true if you wish to send request headers in the slack message

  • (bool) add_session_data => Set to true if you wish to send session data in the slack message

  • (bool) add_input_data => Set to true if you wish to send input data in the slack message

  • (array) ignore_request_fields => If input data is being sent, you can specify the inputs from the user that should not be sent to Slack for example, password,cc number, etc.

And it's done. Yeah, that simple. Here's a video demo for a quick look:

Youtube Video

Note

This package uses Monolog library and sends a notification message based on the log_level configuration setting. So, if you set it to alert, only alert and emergency level errors will be considered.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Special Thanks to

  • Laravel Community

slack-error-notifier's People

Contributors

gauravmak avatar mriwech avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.