papajo/xingeunify

xinge push unify

v1.0.1 2017-12-14 05:26 UTC

This package is not auto-updated.

Last update: 2024-05-26 01:48:14 UTC


README

description

统一了信鸽推送sdk中android和ios平台推送方法割裂的问题,通过XingeUnify类可以更简单实现推送服务

usage

composer require "papajo/xingeunify"
$push = new \XingeUnify\XingeUnify('access_key', 'secret_key', 'ios');
$ret1 = $push->PushSingleDevice('device_token', 'title', 'content');
//or continue switch app config and push
$ret2 = $push->setAccess('access_key2', 'secret_key2')->setXingeAppObj('android')->setXingeMessObj()->PushSingleDevice('device_token', 'title', 'content');