Download the PHP package ontanj/slack-payload without Composer
On this page you can find all versions of the php package ontanj/slack-payload. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ontanj/slack-payload
More information about ontanj/slack-payload
Files in ontanj/slack-payload
Download ontanj/slack-payload
More information about ontanj/slack-payload
Files in ontanj/slack-payload
Vendor ontanj
Package slack-payload
Short Description Extracts information from Slack payload
License MIT
Package slack-payload
Short Description Extracts information from Slack payload
License MIT
Please rate this library. Is it a good library?
Informations about the package slack-payload
Payload
When using interactive messages in Slack's API, the result is returned as a json encoded array through $_POST["payload"]
. This application helps extracting information from that payload.
Installation
composer require ontanj/slack-payload
Usage
The Payload class is in the namespace SlackPayload
.
To instantiate the Payload class, pass $_POST["payload"]
to the contructor.
Now you can recieve the information by using functions of the object.
Available functions
Future
The aim is to include more functions. Feel free to contribute.
All versions of slack-payload with dependencies
PHP Build Version
Package Version
No informations.
The package ontanj/slack-payload contains the following files
Loading the files please wait ....