talentrydev / slack-bundle
Symfony bundle integrating talentrydev/slack library
4.0.0
2024-06-14 14:50 UTC
Requires
- php: ^8.3
- symfony/framework-bundle: ^6.3
- symfony/yaml: ^6.3
- talentrydev/slack: ^3.0.0
Requires (Dev)
- phpunit/phpunit: ^11
- squizlabs/php_codesniffer: ^3.5
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