tigokr / slack-api
Installs: 4 476
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 12
pkg:composer/tigokr/slack-api
This package is not auto-updated.
Last update: 2025-09-28 01:54:32 UTC
README
Fork from https://github.com/10w042/slack-api
A super simple wrapper for Slack API
Requires > PHP 5.
Installation
composer require tigokr/slack-api
Or download and include the php file.
Usage
See more methods on the Slack API documentation.
List users
$Slack = new Slack('xoxp-0123456789-0123456789-0123456789-1a1a11'); print_r($Slack->call('users.list'));
Invite user to a channel
$Slack = new Slack('xoxp-0123456789-0123456789-0123456789-1a1a11'); print_r($Slack->call('channels.invite', array( 'channel' => 'C1234567890', 'user' => 'U1234567890' )));
Author
License
Copyright (c) 2014
Licensed under the MIT License.