shucream0117 / slack-php
Slack library for PHP
3.0.1
2026-02-02 14:49 UTC
Requires
- php: >=7.4.0
- ext-json: *
- guzzlehttp/guzzle: ^6.2
This package is auto-updated.
Last update: 2026-03-02 15:03:00 UTC
README
Requirement
- PHP >= 7.4.0
- Incoming WebHook URL via Slack Apps
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']);