silpo-tech / slack-api-bundle
Symfony Bundle for interaction with Slack API
v1.0.0
2025-09-24 14:43 UTC
Requires
- php: ^8.3
- jolicode/slack-php-api: ^4.6
- nyholm/psr7: ^1.8
- ramsey/uuid: ^4.7
- symfony/config: ^6.4 || ^7.0
- symfony/dependency-injection: ^6.4 || ^7.0
- symfony/http-client: ^6.4 || ^7.0
- symfony/http-kernel: ^6.4 || ^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- php-solution/sf-functional-test: ^6.0
- phpstan/phpstan: ^2.0
README
Installation
The suggested installation method's via composer:
composer require silpo-tech/slack-api-bundle
Use
config/packages/slackapi.yml
slack_api: token: '%env(SLACK_API_TOKEN)%' options: # This option will add private_channel scope to conversationList request allow_private_channels: true # This option will add public_channels scope to conversationList request allow_public_channels: true
Tests
composer test:run