symbiote-library / silverstripe-push
SilverStripe push notifications module
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 5
Forks: 3
Open Issues: 2
Type:silverstripe-module
Requires
- silverstripe/framework: 3.*
- zendframework/zend-feed: ~2.2.0
- zendframework/zend-http: ~2.2.0
Replaces
README
IMPORTANT
This module is no longer actively maintained, however, if you're interested in adopting it, please let us know!
SilverStripe Push Notifications Module
Maintainer Contacts
- Andrew Short (andrew@symbiote.com.au)
- Marcus Nyeholt (marcus@symbiote.com.au)
This module developed with the support of BERZERK* interactive
Requirements
- SilverStripe 3.1+
Installation
- Place module in project-root/push
- Run dev/build
- Add Urban Airship configuration to your project's config.php
UrbanAirshipBroadcastPushProvider::add_application('your_app_name', 'key', 'secret');
Sending a notification
- Login to the CMS
- Navigate to the "Push" section in the left menu
- Create a new push notification
- Select the delivery channel
- Fill out details of what you're sending
- Select who to send to (ensure you save after doing so!)
- Hit the 'Send' button