betagt/ionic-push-php

ionic 推送通知 PHP SDK

1.0.1 2017-01-30 18:08 UTC

This package is not auto-updated.

Last update: 2024-09-28 20:03:47 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)。请参阅许可证文件获取更多信息。