felipemouradev/slack-notification-sdk

There is no license information available for the latest version (0.0.10) of this package.

Slack Notification SDK

0.0.10 2019-01-28 15:38 UTC

This package is auto-updated.

Last update: 2024-04-29 04:15:08 UTC


README

Installing

composer require felipemouradev/slack-notification-sdk

Usage

use \felipemouradev\SlackNotification\SlackNotificationSdk;

SlackNotificationSdk::notify('YOUR_TEMPLATE',
    [
        "variable_1" => "content variable 1",
        "variable_2" => "content variable 2"
    ]
);