symbiote-library/silverstripe-push

SilverStripe push notifications module

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 5

Forks: 2

Open Issues: 2

Type:silverstripe-module

2.0.1 2017-06-29 06:26 UTC

This package is auto-updated.

Last update: 2024-02-29 02:52:57 UTC


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

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

Project Links