Download the PHP package pingplusplus/pingpp-php without Composer

On this page you can find all versions of the php package pingplusplus/pingpp-php. 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 pingpp-php

Pingpp PHP SDK

简介

lib 文件夹下是 PHP SDK 文件,
example 文件夹里面是简单的接入示例,该示例仅供参考。

版本要求

PHP 版本 5.6 及以上
你可以执行目录下的环境检测脚本,来进行一些基本检测

安装

使用 Composer

执行

使用 Composer 的 autoload 引入

手动引入

接入方法

初始化

设置请求签名密钥

密钥需要你自己生成,公钥请填写到 Ping++ Dashboard

设置自定义 CA 证书路径

不设置时,会默认使用 SDK 包含的 CA 证书。 如果需要手动更新 CA 证书,可从 https://curl.haxx.se/docs/caextract.html 下载,并使用此方法设置证书路径。

支付

charge 查询

退款

退款查询

退款列表查询

微信红包

查询指定微信红包

查询微信红包列表

微信公众号获取签名

如果使用微信 JS-SDK 来调起支付,需要在创建 charge 后,获取签名(signature),传给 HTML5 SDK。

正常情况下,jsapi_ticket 的有效期为 7200 秒。由于获取 jsapi_ticket 的 api 调用次数非常有限,频繁刷新 jsapi_ticket 会导致 api 调用受限,影响自身业务,开发者必须在自己的服务器全局缓存 jsapi_ticket

下面方法中 $url 是当前网页的 URL,不包含 # 及其后面部分

然后在 HTML5 SDK 里调用

event 查询

event 列表查询

详细信息请参考 API 文档

微信企业付款

查询指定 transfer

查询 transfer 列表

身份证认证

银行卡认证

批量转账

查询指定批量转账

查询批量转账列表

批量退款

查询指定批量退款

查询批量退款列表

报关

查询指定报关

创建商品订单

商品订单支付

商品订单取消

商品订单查询接口

商品订单列表

商品订单退款

商品订单退款查询

商品订单退款列表查询

用户充值

用户充值查询

查询用户充值列表

用户充值退款

查询用户充值退款

查询用户充值退款列表

创建用户

查询用户

更新用户

查询用户列表

创建优惠券模板

查询优惠券模板列表

查询优惠券模板

更新优惠券模板

删除优惠券模板

批量创建优惠券

查询优惠券模板下的优惠券列表

创建单个优惠券

查询优惠券

更新优惠券

删除优惠券

查询用户优惠券列表

批量提现确认

批量提现撤销

批量提现查询

批量提现列表查询

查询用户余额明细列表

查询用户余额明细

余额提现申请

余额提现查询

余额提现列表查询

创建余额赠送

查询用户赠送

查询用户余额赠送列表

创建余额转账

查询用户余额转账

查询用户余额转账列表

创建子商户

查询子商户

查询子商户列表

更新子商户

删除子商户

设置子商户渠道参数

获取子商户渠道参数

更新子商户渠道参数

删除子商户渠道参数

创建结算账户对象

查询结算账户对象

更新结算账户对象(存管相关)

删除结算账户对象

查询结算账户对象列表

结算账户更新手机号(存管相关)

结算账号打款验证接口(存管相关)

批量更新分润对象

查询分润对象

查询分润列表

创建分润结算对象

查询分润结算对象

更新分润结算对象

获取分润结算对象列表

查询分润结算明细对象

查询分润结算明细对象列表

创建分润模板

查询分润模板

更新分润模板

查询分润模板

删除分润模板

查询分润模板列表

添加分账接收方

查询分账接收方

删除分账接收方

查询分账接收方列表

分账创建

请求完结分账

查询分账对象

查询分账列表

查询分账明细列表

查询分账明细

查询银行支行列表

其他


All versions of pingpp-php with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
ext-curl Version *
ext-json Version *
ext-mbstring 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 pingplusplus/pingpp-php contains the following files

Loading the files please wait ....