php-slack-bot icon indicating copy to clipboard operation
php-slack-bot copied to clipboard

Slack bot user written in PHP

Results 9 php-slack-bot issues
Sort by recently updated
recently updated
newest added

Slack has sent out a recent deprecation notice for rtm.start - The timeline is; November 30, 2021 - New Slack apps and integrations will no longer be able to use...

The bot loses connection sometimes and does nothing with it. In slack chat (web-)application slackbot user just become with gray circle (offline). But the script continues to run, need to...

help wanted

Updated react/http version in composer.json to mitigate abandonment error.

I found article in slack documentation (https://api.slack.com/docs/message-attachments) about attachments, and i have to ask, can your bot do this?

In theory, I should be able to send links using the format `` which is supposed to turn into a hyperlink with my chosen text to the provided URL. (See...

The process ends when message $data->type is "team_migration_started". See https://api.slack.com/events/team_migration_started. Any way to keep the process alive in this event?

I was wondering if the bot is able to send to a channel without any user command. For example the within my application something happens, I want the bot to...

Hello, Not an issue but a addition I made. This is a fallback command that will be executed when no command is found. Sort of like a catch-all command, but...

Hi, I've been playing around with php-slack-bot and I like it so far. However, I have a question I would like to ask : is there any way to respond...