shucream0117/slack-php

Slack library for PHP

3.0.0 2022-07-25 18:44 UTC

This package is auto-updated.

Last update: 2024-03-19 23:20:26 UTC


README

Requirement

Installation

via composer.

$ composer require shucream0117/slack-php:3.0

Usage

$slack = new Slack('http://your-slack-incoming-webhook-url');

// send a message with mention
$slack->send('this message will be posted']);

// send a message with mention
$slack->send('mention!!', ['@HOGEFUGA']);