You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1align="center">Alibaba Cloud Ft 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/ft
20
+
```
21
+
22
+
***
23
+
Refer to document [Alibaba Cloud SDK for PHP][sdk] for more SDK usage.
0 commit comments