dmitrovskiy/ionic-push-php

ionic推送通知PHP SDK

1.0.0 2016-07-07 11:56 UTC

This package is not auto-updated.

Last update: 2024-09-24 18:24:51 UTC


README

此包可能有助于发送ionic推送通知

安装

通过Composer

$ composer require dmitrovskiy/ionic-push-php

用法

$pusher = new Dmitrovskiy\IonicPush\PushProcessor(
    'PROFILE',
    'AUTHORIZATION_TOKEN'
);

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

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

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

许可证

MIT许可证(MIT)。请参阅许可证文件获取更多信息。