silpo-tech / slack-api-bundle
Symfony Bundle for interaction with Slack API
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/silpo-tech/slack-api-bundle
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