felipemouradev/slack-notification-sdk

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

Slack Notification SDK

Installs: 947

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/felipemouradev/slack-notification-sdk

0.0.10 2019-01-28 15:38 UTC

This package is auto-updated.

Last update: 2025-12-29 02:52:06 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"
    ]
);