Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 838 Bytes

readme.md

File metadata and controls

25 lines (15 loc) · 838 Bytes

InteractiveSolutions\PushNotification

The goal of this module is to provide a easy way to send push notifications using background tasks via ZfBernard as well providing a rest api for associating users with their devices, simplifying push notifications for zend framework projects.

Dependencies

A bit about the dependencies of this module and why we use them

  • ZfBernard - Used for sending the notification in the background
  • Zfc-Commons/Zfc-Rbac - Used for the authorization of the user device api
  • ZendFramework/ZendService-(apple|google) - Kinda obvious

Installation

Installation is of course done via our best friend composer

composer require interactive-solutions/zf-push-notification

Configuration

To be continued...