PHP code example of linweishuai / carforb

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

    

linweishuai / carforb example snippets


    


_instance = new wxlink\Api\DefaultApi();
$appkey = "appkey_example"; // string | 万象平台提供的appkey

try {
    $result = $api_instance->condition($appkey);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling DefaultApi->condition: ', $e->getMessage(), PHP_EOL;
}