Skip to content

Commit 6d4bdea

Browse files
committed
Support API AddressCompareIntl.
1 parent a774ea6 commit 6d4bdea

File tree

97 files changed

+4116
-2154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+4116
-2154
lines changed

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2025-08-15 Version: 3.11.0
2+
- Support API AddressCompareIntl.
3+
- Support API AddressVerifyV2Intl.
4+
- Update API CheckVerifyLog: add response parameters Body.Result.InterruptPageEn.
5+
- Update API CheckVerifyLog: add response parameters Body.Result.LogInfoEn.
6+
7+
18
2025-07-18 Version: 3.10.0
29
- Support API Mobile2MetaVerifyIntl.
310

bootstrap.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
3+
require dirname(__DIR__) . \DIRECTORY_SEPARATOR . 'vendor' . \DIRECTORY_SEPARATOR . 'autoload.php';

composer.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
11
{
22
"name": "alibabacloud/cloudauth-intl-20220809",
3-
"description": "Alibaba Cloud Cloudauth-intl (20220809) SDK Library for PHP",
43
"type": "library",
5-
"license": "Apache-2.0",
4+
"description": "Alibaba Cloud Cloudauth-intl (20220809) SDK Library for PHP",
5+
"github": "https://github.com/aliyun/alibabacloud-php-sdk",
6+
"main": "src/Client.php",
67
"authors": [
78
{
89
"name": "Alibaba Cloud SDK",
910
"email": "sdk-team@alibabacloud.com"
1011
}
1112
],
12-
"require": {
13-
"php": ">5.5",
14-
"alibabacloud/tea-utils": "^0.2.21",
15-
"alibabacloud/tea-xml": "^0.2",
16-
"alibabacloud/credentials": "^1.2.2",
17-
"alibabacloud/tea-fileform": "^0.3.0",
18-
"alibabacloud/darabonba-openapi": "^0.2.15",
19-
"alibabacloud/openapi-util": "^0.1.10|^0.2.1",
20-
"alibabacloud/endpoint-util": "^0.1.0"
21-
},
13+
"license": "Apache-2.0",
2214
"autoload": {
2315
"psr-4": {
2416
"AlibabaCloud\\SDK\\Cloudauthintl\\V20220809\\": "src"
@@ -32,5 +24,11 @@
3224
"preferred-install": "dist",
3325
"optimize-autoloader": true
3426
},
27+
"require": {
28+
"php": ">5.5",
29+
"alibabacloud/darabonba": "^1.0.0",
30+
"alibabacloud/credentials": "^1.2.2",
31+
"alibabacloud/openapi-core": "^1.0.0"
32+
},
3533
"prefer-stable": true
3634
}

0 commit comments

Comments
 (0)