Skip to content

helpfulrobot/symbiote-library-silverstripe-push

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A SilverStripe module for sending simple notifications to users, via various 'channels'. Supports Apple Push via Urban Airship

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.0%
  • JavaScript 5.4%
  • CSS 2.7%
  • Scheme 1.9%