2017 © Pedro Peláez
 

project redmine-slack-notifier

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

image

zviryatko/redmine-slack-notifier

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

  • Tuesday, April 5, 2016
  • by zviryatko
  • Repository
  • 1 Watchers
  • 3 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Redmine Slack Notifier

Helps you not forget about log spent time to redmine in time!, (*1)

Build Status Coverage Status, (*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)

The Versions

05/04 2016

dev-master

9999999-dev

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

  Sources   Download

GPL-3.0

The Requires

 

by Alex Davyskiba