Download the PHP package threadmeup/slack-sdk without Composer
On this page you can find all versions of the php package threadmeup/slack-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download threadmeup/slack-sdk
More information about threadmeup/slack-sdk
Files in threadmeup/slack-sdk
Download threadmeup/slack-sdk
More information about threadmeup/slack-sdk
Files in threadmeup/slack-sdk
Vendor threadmeup
Package slack-sdk
Short Description Slack.com SDK
License MIT
Homepage https://github.com/threadmeup/slack-sdk
Package slack-sdk
Short Description Slack.com SDK
License MIT
Homepage https://github.com/threadmeup/slack-sdk
Please rate this library. Is it a good library?
Informations about the package slack-sdk
slack-sdk
Simple SDK for interacting with Slack.com via the API and webhooks.
Install
You can install slack-sdk by using composer require threadmeup/slack-sdk dev-master
.
Configure
Examples
What we're doing here is sending the message Hello World!
to the #general
channel
We can also list all users in the team
Or even listen to outgoing webhooks from Slack themselves.
For testing reasons you can pass Client::listen()
an array of the payload to simulate which will then ignore any $_POST
values and use the $payload
you supplied instead.
All versions of slack-sdk with dependencies
PHP Build Version
Package Version
Requires
guzzle/guzzle Version
~3
The package threadmeup/slack-sdk contains the following files
Loading the files please wait ....