Download the PHP package hedeqiang/jpush without Composer

On this page you can find all versions of the php package hedeqiang/jpush. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package jpush

JIGuang

极光 API Server SDK for PHP.

如需友盟推送 请前往 友盟推送

目前支持以下:

配置

在使用本扩展之前,你需要去 极光 注册账号,进入开发者平台,然后创建应用,获取应用的 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 门面使用(可以提示)

其他门面

更多用法参考:

鸣谢

EasyWechat

文中大量代码来自 EasyWechat ,超哥写的代码简直太优雅、太完美。

Contributing

You can contribute in one of three ways:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.
  3. 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 jpush with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
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 *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package hedeqiang/jpush contains the following files

Loading the files please wait ....