talentrydev/slack-bundle

Symfony bundle integrating talentrydev/slack library

Maintainers

Package info

gitlab.com/talentrydev/slack-bundle

Issues

pkg:composer/talentrydev/slack-bundle

Statistics

Installs: 3 028

Dependents: 0

Suggesters: 0

Stars: 0

4.1.1 2025-08-18 12:40 UTC

This package is auto-updated.

Last update: 2026-02-18 11:39:28 UTC


README

This is a Symfony bundle used for integrating talentrydev/slack library into a Symfony project.

Installing

  • Run:
composer require talentrydev/slack-bundle
  • Add the SlackBundle to your kernel's registerBundles method:
return [
    //...
    new \Talentry\SlackBundle\SlackBundle();
];

Configuring

You must provide the slack API token to the bundle. Obtain the token from slack and then configure the bundle like so:

slack:
  api_token: foo