Slack 通知 SDK
github.com/felipemouradev/slack-notification-sdk
源代码
问题
安装: 945
依赖项: 0
建议者: 0
安全: 0
星标: 0
关注者: 2
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
Unknown License 3aeb6ce0969346b021043b2e17b125d0d18af98f
This package is auto-updated.
Last update: 2024-09-29 05:21:34 UTC
安装
composer require felipemouradev/slack-notification-sdk
使用
use \felipemouradev\SlackNotification\SlackNotificationSdk; SlackNotificationSdk::notify('YOUR_TEMPLATE', [ "variable_1" => "content variable 1", "variable_2" => "content variable 2" ] );