PHP code example of bonza / fdd

1. Go to this page and download the library: Download bonza/fdd 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/ */

    

bonza / fdd example snippets


composer 


$options =[
    'appId' => 'xxxxxx',
    'appSecret'=>'xxxxxxxxxxxxx',
    'baseUrl' => 'https://testapi.fadada.com:8443/api/',
    'version'=>'3.0'
];
$fdd = new Fdd($options);

/** @return array  */

//$res = $fdd->accountRegister('456');

==暂时没有测试覆盖==