shucream0117/slack-php

Slack library for PHP

Maintainers

Package info

github.com/shucream0117/slack-php

pkg:composer/shucream0117/slack-php

Statistics

Installs: 1 903

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

3.0.1 2026-02-02 14:49 UTC

This package is auto-updated.

Last update: 2026-03-02 15:03:00 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']);