PHP code example of emmetltd / ifcert

1. Go to this page and download the library: Download emmetltd/ifcert library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

emmetltd / ifcert example snippets


$client = new Client($apikey_cncert,$sourceCode_cncert,$debug)
$signle_data = [[
	'userType'=>'1',
	'userAttr'=>'3',
	'userCreateTime'=>'2019-05-06 12:01:56',
	'userName'	=> '张三',
	'countries' => '1',
	'cardType'	=> '1',
	'userSex'	=> '1',
	'userIdcard'=>'340403199512111856',
	'userPhone' => '177194962541',
        'userList'  => [['userBankAccount'=>'6228480240389521611']],
]];//个人数据
$res = $client->userInfoRequest($signle_data,$batchNum);
echo $res;