The PHP SDK for Tencent XGPush
Via Composer
$ composer require lokielse/tencent-xg-push
$client = new XGPush(<your_access_id>, <your_secret_key>);
$client->createMultiplePush(...)
$client->pushAllAndroid(...)
$client->queryTokenTags(...)
$client->pushAccountAndroid(...)
$client->pushAllDevices(...)
$client->batchDeleteTag(...)
$client->pushAllIOS(...)
$client->pushTagsIOS(...)
$client->pushAccountMass(...)
$client->batchSetTag(...)
$client->pushTagsAndroid(...)
$client->cancelTimingPush(...)
$client->queryTagTokenCount(...)
$client->queryDeviceCount(...)
$client->queryTokensOfAccount(...)
$client->queryInfoOfToken(...)
$client->pushTokenIOS(...)
$client->pushSingleAccount(...)
$client->pushDeviceMass(...)
$client->pushTags(...)
$client->queryTags(...)
$client->pushAccounts(...)
$client->pushAccountIOS(...)
$client->queryPushStatus(...)
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email lokielse@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.