冷技巧/Ionic-Push-PHP

此包已 废弃 且不再维护。未建议替代包。

Ionic 推送通知 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

此包可能有助于发送 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)。请参阅 许可证文件 获取更多信息。