Skip to content

Commit 92fd30e

Browse files
committed
Generated 2022-07-28 for sophonsoar.
1 parent 4d350c8 commit 92fd30e

File tree

8 files changed

+1685
-1
lines changed

8 files changed

+1685
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.2250 - 2025-3-14
4+
- Generated 2022-07-28 for `sophonsoar`.
5+
6+
37
## 1.8.2249 - 2025-3-14
48
- Add API errors.
59
- QueryUserList API add return parameter.

src/IdeHelper.php

+1
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
* @method static Sms\Sms sms()
264264
* @method static SmsIntl\SmsIntl smsIntl()
265265
* @method static Snsuapi\Snsuapi snsuapi()
266+
* @method static Sophonsoar\Sophonsoar sophonsoar()
266267
* @method static Sts\Sts sts()
267268
* @method static Tag\Tag tag()
268269
* @method static TagINner\TagINner tagINner()

src/Release.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Release
1616
/**
1717
* Version of the SDK
1818
*/
19-
const VERSION = '1.8.2249';
19+
const VERSION = '1.8.2250';
2020

2121
/**
2222
* @param Event $event

src/Sophonsoar/README-EN.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[简体中文](./README.md) | English
2+
3+
<p align="center">
4+
<a href=" https://www.aliyun.com"><img src="https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg"></a>
5+
</p>
6+
7+
<h1 align="center">Alibaba Cloud Sophonsoar SDK for PHP</h1>
8+
9+
If [Alibaba Cloud SDK for PHP][sdk] is installed, there is no need to install the product dependency package. This product dependency package is only part of the synchronization from [Alibaba Cloud SDK for PHP][sdk], and its namespace and usage are consistent with [Alibaba Cloud SDK for PHP][sdk].
10+
11+
If you don't care about file size, we recommend that you install [Alibaba Cloud SDK for PHP][sdk] and update it regularly so as to maintain the latest and most complete product support:
12+
```
13+
composer require alibabacloud/sdk
14+
```
15+
16+
The product can also be installed only:
17+
> The version of this product is always synchronized with [Alibaba Cloud SDK for PHP][sdk] to ensure that it can switch with [Alibaba Cloud SDK for PHP][sdk] at any time without changing the business code, although the code between different versions of this product may not change.
18+
```
19+
composer require alibabacloud/sophonsoar
20+
```
21+
22+
***
23+
Refer to document [Alibaba Cloud SDK for PHP][sdk] for more SDK usage.
24+
25+
[sdk]: https://github.com/aliyun/openapi-sdk-php

src/Sophonsoar/README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
简体中文 | [English](./README-EN.md)
2+
3+
<p align="center">
4+
<a href=" https://www.aliyun.com"><img src="https://aliyunsdk-pages.alicdn.com/icons/Aliyun.svg"></a>
5+
</p>
6+
7+
<h1 align="center">Alibaba Cloud Sophonsoar SDK for PHP</h1>
8+
9+
若已安装 [Alibaba Cloud SDK for PHP][sdk] 则无需安装本产品依赖包。本产品依赖包只是从 [Alibaba Cloud SDK for PHP][sdk] 中同步出来的一部分,其命名空间、用法与 [Alibaba Cloud SDK for PHP][sdk] 一致。
10+
11+
如果您不在乎文件体积,建议您安装 [Alibaba Cloud SDK for PHP][sdk] 并经常更新,以便保持最新、最全的产品支持:
12+
```
13+
composer require alibabacloud/sdk
14+
```
15+
16+
也可仅安装本产品:
17+
> 本产品的版本始终和 [Alibaba Cloud SDK for PHP][sdk] 保持同步,以保证在不改变业务代码的情况下随时和 [Alibaba Cloud SDK for PHP][sdk] 相互切换,尽管本产品不同版本之间的代码可能没有变化。
18+
```
19+
composer require alibabacloud/sophonsoar
20+
```
21+
22+
***
23+
更多 SDK 的使用请参考 [Alibaba Cloud SDK for PHP][sdk] 文档。
24+
25+
[sdk]: https://github.com/aliyun/openapi-sdk-php

src/Sophonsoar/Sophonsoar.php

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
namespace AlibabaCloud\Sophonsoar;
4+
5+
use AlibabaCloud\Client\Resolver\VersionResolver;
6+
7+
/**
8+
* @method static V20220728\SophonsoarApiResolver v20220728()
9+
*/
10+
class Sophonsoar extends VersionResolver
11+
{
12+
}

0 commit comments

Comments
 (0)