phpwax / wildfire.notifications
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
pkg:composer/phpwax/wildfire.notifications
This package is auto-updated.
Last update: 2025-09-17 14:16:34 UTC
README
Adds an extra field to wildfire_user (recieve_notifications) to allow only certain users to get the notifications
Need a config setup like:
"wildfire.notifications" => array( 'from'=>'email@address.com', 'cron'=>true | false, 'each_time' => true | false )
from is the email address that is used as the from
cron is a boolean used in the controller to check if it should run as a cron
each_time is a boolean checked on each save, if true it sends emails on send
cron controller url is: /cronnotification?see=spot