Download the PHP package insidieux/slack-api without Composer
On this page you can find all versions of the php package insidieux/slack-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package slack-api
SlackApi
This project is very outdated and behind the current actual version of php, as well as the current version of the Slack API. We strongly DO NOT RECOMMEND you to use this library and we advise you to switch to one of the published packages from the official Slack documentation - https://api.slack.com/community#php |
---|
A simple PHP package for making request to Slack API, focused on ease-of-use and elegant syntax.
Requirements
- PHP 5.5 or greater
- CURL extension for PHP
Installation
You can install the package using the Composer package manager. You can install it by running this command in your project root:
Usage
Create API client
Make request
Or you can use predefined modules and methods
Predefined modules:
- [channels] (https://api.slack.com/methods#channels)
- [chat] (https://api.slack.com/methods#chat)
- [dnd] (https://api.slack.com/methods#dnd)
- [emoji] (https://api.slack.com/methods#emoji)
- [files] (https://api.slack.com/methods#files)
- [groups] (https://api.slack.com/methods#groups)
- [im] (https://api.slack.com/methods#im)
- [oauth] (https://api.slack.com/methods#oauth)
- [pins] (https://api.slack.com/methods#pins)
- [search] (https://api.slack.com/methods#search)
- [team] (https://api.slack.com/methods#team)
- [usergroups] (https://api.slack.com/methods#usergroups)
- [users] (https://api.slack.com/methods#users)
Message and attachment objects
Create message object
or
Create new attachment from array
Or use set methods
Add field to attachment
Attach object to message
Send message
Author
- Ageev Pavel
All versions of slack-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
ext-curl Version *
ext-json Version *
ext-curl Version *
ext-json Version *
The package insidieux/slack-api contains the following files
Loading the files please wait ....