slack-sdk icon indicating copy to clipboard operation
slack-sdk copied to clipboard

Slack.com SDK

Results 6 slack-sdk issues
Sort by recently updated
recently updated
newest added

Supports PHP 8 + Curl7 now

Hello, just wanted to let you know that this doesnt work in Chat if ($response->isOkay()) { echo $this->client->config['username'].' ['.$this->channel.']: '.$message.PHP_EOL; return true; } Instead, it should be; if($response->getError()) { echo...

`$ composer require threadmeup/slack-sdk dev-master ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 3 installs, 0 updates, 0 removals - Installing symfony/event-dispatcher...