shucream0117/slack-php

Slack library for PHP

Installs: 1 749

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/shucream0117/slack-php

3.0.0 2022-07-25 18:44 UTC

This package is auto-updated.

Last update: 2025-09-20 02:41:55 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']);