slack icon indicating copy to clipboard operation
slack copied to clipboard

Access your Slack Team's API through PHP objects.

Results 22 slack issues
Sort by recently updated
recently updated
newest added

- Installation request for cleentfaar/slack ^0.20.1 -> satisfiable by cleentfaar/slack[0.20.1]. - Conclusion: remove symfony/event-dispatcher v4.1.6 - Conclusion: don't install symfony/event-dispatcher v4.1.6 ![laravel_5_7](https://user-images.githubusercontent.com/883989/47907113-455bc100-de93-11e8-87bf-e1218f1b90f4.png)

How can I detect messages such as "xy has joined the channel", "xy set the channel purpose", and similar, which are not really composed by a person but rather Slack?...

sending a chat message payload with `\n` in it should convert it to a newline within slack. Instead, the `\n` is coming across in the message as literal characters.

enhancement
fixing after catchup

This is mapped as a string but is actually returned as an object from Slack and causes the deserialisation of the API response to throw a `SlackException` exception with the...

Hi @cleentfaar The Yaml dependency appears to be fixed under 3.0, and hence I cannot port a bundle I'm working on to Symfony 4 :) Would you mind to add...

Added properties to the abstract class of response payload for scope that needed to complete the requested method and scopes that provided by application. Added explanation for error 'missing_scope' that...

https://api.slack.com/methods/files.delete

enhancement
easy fix
fixing after catchup

Added the ability to add actions to attachments so that buttons can be added to messages.