Download the PHP package xrc/fpx without Composer

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

递四方 SDK (PHP非官方)

  1. 常量说明

    AmbientEnum: 正式环境和沙箱环境的枚举参数

    SANDBOX_ADDRESS : 沙箱环境

    FARMAL_ADDRESS : 正式环境

  2. 功能说明

    1. http请求和接收
    2. 报文的加签
    3. 软件服务商的Token获取
  3. 使用说明

    3.0 安装

    3.1 参数初始化

    1. appKey:就是在开发平台申请 app 的 appKey
    2. appSecret:与 appKey 相对应的 appSecret
    3. accessToken:软件服务商可通过 SDK 方法获取,递四方商户可不传入该参数

    3.2 请求获取 accessToken

    3.3 根据 refreshToken 获取 accessToken

    3.4 请求 API 接口

    参数说明:

    commonParam : 公共参数

    paramMap: API 接口请求参数

  4. 注意事项
    1. 调用获取 Token 的 API 前请先获取授权码 authorization_code
    2. 调用API请求前请详看相应的接口
    3. 软件服务商必须传入Token,递四方商户可不传或传空值

All versions of fpx with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6
ext-json Version *
ext-curl 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 xrc/fpx contains the following files

Loading the files please wait ....