stewartcossey / userforms-pushover
Adds Pushover Notification support to UserForms
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Type:silverstripe-vendormodule
Requires
- serhiy/pushover: ~1.0
- silverstripe/cms: ~4.0
- silverstripe/userforms: *
README
Extends the UserForms module to add support for sending notifications over Pushover.net.
Installation
$ composer require stewartcossey/userforms-pushover
You will need to run dev/build?flush=all
after installing this module.
This module has other dependancies that will be installed through composer.
Note that both the cURL and JSON PHP Extensions must be installed.