Download the PHP package emmetltd/ifcert without Composer

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

ifcert 全国网贷机构实时交易数据SDK

功能描述

技术帮助

技术支持QQ(115376835)

如有需要帮助的地方也可以联系我们

http://www.emmetltd.com/

环境准备及加载安装

本SDK遵循 PSR-2 命名规范和 PSR-4 自动加载规范,强烈推荐使用 composer 来管理项目扩展库。

Composer 准备工作

如果还没有安装 Composer,你可以按 这里提到方法安装 在 Linux 和 Mac OS X 中可以运行如下命令:

在 Windows 中,你需要下载并运行Composer-Setup.exe

如果遇到任何问题或者想更深入地学习 Composer,请参考Composer 文档(英文)Composer 中文

由于众所周知的原因,国外的网站连接速度很慢。因此安装的时间可能会比较长,我们建议通过下面的方式使用国内镜像。

打开命令行窗口(windows用户)或控制台(Linux、Mac 用户)并执行如下命令:

通过 Composer 安装 全球网贷机构实时交易数据SDK

进入项目根目录下

composer require emmetltd/ifcert

初始化客户端

使用

client 参数说明:

$apikey_cncert:平台密钥 $sourceCode_cncert:平台编码 $debug:是否开启测试接口 传1会请求测试接口

具体编码申请和api密钥请参照 https://open.ifcert.org.cn/login userInfoRequest 参数说明

$signle_data:具体参数请看程序与功能模块 $batchNum:批次号,不传会自动生成

接口说明

方法名 功能
userInfoRequest 用户信息
scatterInvestRequest 散标信息
statusRequest 散标状态
repayPlanRequest 还款计划
creditorRequest 初始债权
transferProjectRequest 转让信息
transferStatusRequest 转让状态
underTakeRequest 承接转让
transactRequest 交易流水
lendProductRequest 产品信息
lendProductConfigRequest 产品配置
lendParticularsRequest 投资明细

看云手册已经发布 https://www.kancloud.cn/flyyao/php-sdk/1065186


All versions of ifcert with dependencies

PHP Build Version
Package Version
No informations.
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 emmetltd/ifcert contains the following files

Loading the files please wait ....