https://github.com/elfsundae/xgpush
【信鸽推送】Tencent Xinge Push PHP SDK
https://github.com/elfsundae/xgpush
Last synced: 12 months ago
JSON representation
【信鸽推送】Tencent Xinge Push PHP SDK
- Host: GitHub
- URL: https://github.com/elfsundae/xgpush
- Owner: ElfSundae
- Created: 2016-12-11T01:41:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T01:08:56.000Z (almost 9 years ago)
- Last Synced: 2025-03-22T08:02:53.109Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 843 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tencent Xinge Push
[](https://packagist.org/packages/elfsundae/xgpush)
[](https://travis-ci.org/ElfSundae/xgpush)
A simple Composer port for the [Tencent Xinge Push](http://xg.qq.com) PHP SDK.
- [Official Documentation](http://developer.qq.com/wiki/xg/)
- [Usage Samples](docs)
## Installation
```sh
composer require elfsundae/xgpush
```
## Modifications
This package makes the following changes against the official SDK:
- Add namespace `ElfSundae\XgPush`
- Fix HTTP request. [65f9d7a](https://github.com/ElfSundae/xgpush/commit/65f9d7ad628be80936826afda5c22fa87222d517)