Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 2.67 KB

README.md

File metadata and controls

91 lines (67 loc) · 2.67 KB

The PHP SDK for Tencent XGPush

Latest Version on Packagist Software License Total Downloads

The PHP SDK for Tencent XGPush

Install

Via Composer

$ composer require lokielse/tencent-xg-push

Usage

$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(...)

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.