zviryatko/redmine-slack-notifier

Send live notification to Slack chat based on redmine working hours.

dev-master 2016-04-05 07:37 UTC

This package is auto-updated.

Last update: 2024-04-21 19:18:02 UTC


README

Helps you not forget about log spent time to redmine in time!

Build Status Coverage Status

Installation / Usage

$ composer create-project zviryatko/redmine-slack-notifier <project-path> --stability dev

Add script to cron in suitable time $ crontab -e

# 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

Authors

Alex Davyskiba - sanya.davyskiba@gmail.com - https://twitter.com/zviryatk0 - https://makeyoulivebetter.org.ua/

See also the list of contributors who participated in this project.

License

Composer is licensed under the GPL-3 License - see the LICENSE file for details