Download the PHP package houseme/easyjiguang without Composer
On this page you can find all versions of the php package houseme/easyjiguang. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package easyjiguang
JiGuang Push
极光 API Server SDK for PHP.
包括极光推送(JPush)、极光魔链(JMLink)、极光短信(JSMS)、极光认证(JVerification)等相关开源项目。
如需友盟推送 请前往 友盟推送
目前支持以下:
- 推送
- 认证
- 短信
- 魔链
配置
在使用本扩展之前,你需要去 极光 注册账号,进入开发者平台,然后创建应用,获取应用的 appKey 和 masterSecret。
Installing
Usage
Push API
请求参数详见:http://docs.jiguang.cn/jpush/server/push/rest_api_v3_push/
推送消息
推送唯一标识符
推送校验
批量单推 针对的是RegID方式批量单推
批量单推 针对的是Alias方式批量单推
推送撤销
文件推送
Group Push API:应用分组推送
应用分组文件推送(VIP专属接口)
File API
请求参数详见:http://docs.jiguang.cn/jpush/server/push/rest_api_v3_file/
上传文件
查询文件有效列表
删除文件
查询指定文件详情
Report API
请求参数详见:http://docs.jiguang.cn/jpush/server/push/rest_api_v3_report/
送达统计详情(新)
送达状态查询
消息统计详情(VIP 专属接口,新)
用户统计(VIP 专属接口)
分组统计-消息统计(VIP 专属接口)
分组统计-用户统计(VIP 专属接口)
Device API
请求参数详见:http://docs.jiguang.cn/jpush/server/push/rest_api_v3_device/
查询设备的别名与标签
设置设备的别名与标签
查询别名
删除别名
解绑设备与别名的绑定关系
查询标签列表
判断设备与标签绑定关系
更新标签
删除标签
获取用户在线状态(VIP 专属接口)
极光认证
请求参数 详见: https://docs.jiguang.cn/jverification/server/rest_api/rest_api_summary/
More...
在 Laravel 中使用
发布配置文件
使用
服务名访问
Facades 门面使用(可以提示)
其他门面
更多用法参考:
- http://docs.jiguang.cn/jpush/server/push/server_overview/
- https://docs.jiguang.cn/jverification/server/rest_api/rest_api_summary/
能力有限 不可能都能测试到,(权限问题等)。遇到错误麻烦帮忙改进,谢谢。
鸣谢
文中大量代码来自 EasyWechat ,超哥写的代码简直太优雅、太完美。
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
工具
License
MIT
All versions of easyjiguang with dependencies
guzzlehttp/guzzle Version ^6.5|^7.0
pimple/pimple Version ^3.0
monolog/monolog Version ^1.22 || ^2.0
symfony/http-foundation Version ^2.7 || ^3.0 || ^4.0 || ^5.0
ext-openssl Version *
ext-json Version *
ext-curl Version *
ext-simplexml Version *
ext-libxml Version *