coldtrick/ionic-push-php

This package is abandoned and no longer maintained. No replacement package was suggested.

ionic push notifications php sdk

1.0.0 2016-07-07 11:56 UTC

This package is auto-updated.

Last update: 2020-06-30 13:06:15 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(
    'PROFILE',
    'AUTHORIZATION_TOKEN'
);

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

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

$pusher->notify($devices, $notification);

License

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