Redmine Slack Notifier
Helps you not forget about log spent time to redmine in time!, (*1)
, (*2)
Installation / Usage
$ composer create-project zviryatko/redmine-slack-notifier <project-path> --stability dev
Add script to cron in suitable time $ crontab -e
, (*3)
# MIN HOUR DAY MONTH DAYOFWEEK COMMAND
# run notifier at 8:00 pm every workday
0 20 * * 1-5 php /path/to/project/bin/redmine-slack-notifier > /dev/null 2>&1
Requirements
PHP 5.6 or above, (*4)
Authors
Alex Davyskiba - sanya.davyskiba@gmail.com - https://twitter.com/zviryatk0 - https://makeyoulivebetter.org.ua/
, (*5)
See also the list of contributors who participated in this project., (*6)
License
Composer is licensed under the GPL-3 License - see the LICENSE file for details, (*7)