zviryatko / redmine-slack-notifier
Send live notification to Slack chat based on redmine working hours.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- cleentfaar/slack: ^0.17.1
- guzzlehttp/guzzle: ^6.1
- kbsali/redmine-api: ^1.5
- symfony/yaml: ~2.2
- zendframework/zend-log: ^2.6
This package is auto-updated.
Last update: 2024-10-21 20:21:08 UTC
README
Helps you not forget about log spent time to redmine in time!
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