bryangruneberg / slail
The Laravel Zero Framework.
0.0.1
2018-10-01 22:05 UTC
Requires
- php: ^7.1.3
- jclg/php-slack-bot: ^0.0.7
- laravel-zero/framework: 5.7.*
Requires (Dev)
- mockery/mockery: ^1.0
- phpunit/phpunit: ^7.3
This package is auto-updated.
Last update: 2024-10-21 23:08:49 UTC
README
Installation
You'll need PHP and composer (see getcomposer.org).
composer global require bryangruneberg/slail
Make sure your composer global vendor directory is in your path.
Configuration
Edit/create the file ~/.slail.conf
as follows
{
"token": "<LEGACY TOKEN FROM: https://api.slack.com/custom-integrations/legacy-tokens>"
}
Alternatively, you can store your SLACK Token in the environment variable SLACK_TOKEN. In Bash:
export SLAIL_TOKEN="YOUR-TOKEN"
License
SLAIL is an open-source software licensed under the MIT license