CLSlackBundle
CLSlackBundle copied to clipboard
Symfony bundle that let's you interact with the Slack API and webhooks.
Please add symfony 4 compatibility
Add quoting to scalar variables not to throw deprecation errors in Symfony 3.1
This fixes the unquoted parameter references in yml files and removes reference to one missing class.
This bundle seems to be stable enough, is it time to release `v1.0.0`? This would help with regards to composer minimum stablility, everything below `v1` is seen as unstable.
I'm trying use attachment, however, I can't. I'm using this: ``` public function indexAction() { $payload = new ChatPostMessagePayload(); $payload->setChannel('#saopaulo-dev-qa'); // Channel names must begin with a hash-sign '#' $attachment...