pixelbrackets / lametric-daily-standup-reminder
Send a reminder notification to all local LaMetric devices when the daily standup is due
Requires
- guzzlehttp/guzzle: ^7.2
This package is auto-updated.
Last update: 2024-11-04 14:32:49 UTC
README
Send a reminder notification to all local LaMetric devices when the daily standup is due.
Vision
The package is an example project for the lametric-notification-broadcast package.
Every day at a given time, a message is send to all LaMetric devices in a local network, to remind everybody that the daily standup is due.
That's the only feature of this package.
Requirements
- PHP
- Cron
- An instance of the LaMetric Notification Broadcast project
Installation
Packagist Entry https://packagist.org/packages/pixelbrackets/lametric-daily-standup-reminder/
- Add a cronjob, see »Usage«
Source
https://gitlab.com/pixelbrackets/lametric-daily-standup-reminder/
Mirror https://github.com/pixelbrackets/lametric-daily-standup-reminder/
Usage
- Set up a cronjob pointing to
cron.php
and pass a URL to the broadcast service service, for example every day at ten o'clock with the service available athttp://localhost.local/hook
0 10 * * * LAMETRIC_BROADCAST_URL="http://localhost.local/hook" php /var/www/lametric/cron.php > /dev/null 2>&1
License
GNU General Public License version 2 or later
The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html.
Author
Dan Untenzu (mail@pixelbrackets.de / @pixelbrackets)
Changelog
See ./CHANGELOG.md
Contribution
This script is Open Source, so please use, patch, extend or fork it.
Contributions are welcome!