vuphuong87/ionic-push-php

ionic push notifications php sdk

v0.0.4 2015-07-28 13:36 UTC

This package is auto-updated.

Last update: 2021-05-06 01:25:33 UTC


README

This package may be helpful for sending ionic push notifications

Install

Via Composer

$ composer require dmitrovskiy/ionic-push-php

Usage

$pusher = new Dmitrovskiy\IonicPush\PushProcessor(
    'APP_ID',
    'API_SECRET_ID'
);

$notifications = array(
    //...
);

$pusher->notify($notifications);

License

The MIT License (MIT). Please see License File for more information.