shucream0117 / slack-php
Slack library for PHP
Installs: 1 576
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
Requires
- php: ^7.4.0
- ext-json: *
- guzzlehttp/guzzle: ^6.2
This package is auto-updated.
Last update: 2025-03-20 01:42:57 UTC
README
Requirement
- PHP >= 7.4.x
- 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']);