silpo-tech/slack-api-bundle

Symfony Bundle for interaction with Slack API

v1.0.0 2025-09-24 14:43 UTC

This package is auto-updated.

Last update: 2025-09-24 14:49:09 UTC


README

CI codecov License: MIT

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