PHP code example of wuheng / aliyun-open-api-core

1. Go to this page and download the library: Download wuheng/aliyun-open-api-core 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/ */

    

wuheng / aliyun-open-api-core example snippets

`` json

"autoload": {
    "psr-4": {
      "Aliyun\\Core\\": "aliyun-php-sdk-core",
      "Aliyun\\Core\\Auth\\": "aliyun-php-sdk-core/Auth",
      "Aliyun\\Core\\Http\\": "aliyun-php-sdk-core/Http",
      "Aliyun\\Core\\Profile\\": "aliyun-php-sdk-core/Profile",
      "Aliyun\\Core\\Regions\\": "aliyun-php-sdk-core/Regions",
      "Aliyun\\Core\\Exception\\": "aliyun-php-sdk-core/Exception"

    }
  }