File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 4
4
又拍云存储PHP SDK,基于 [ 又拍云存储HTTP REST API接口] ( http://docs.upyun.com/api/rest_api/ ) 开发。
5
5
- [ 更新说明] (#update instructions)
6
6
- [ 使用说明] (#use instructions)
7
+ - [ 安装] ( #install )
7
8
- [ 初始化UpYun] ( #init )
8
9
- [ 示例] ( #usage )
9
10
- [ 上传文件] (#upload file)
21
22
22
23
<a name =" update instructions " ></a >
23
24
## 更新说明
24
- 使用1.0.x系列版本SDK的用户,注意原有部分方法已经不再推荐使用(` @deprecated ` 标注),但是出于兼容考虑目前任然保留,建议更新升级程序使用新版SDK提供的方法。
25
+
26
+ #### 2.2.0
27
+
28
+ - 增加 composer 支持,特别感谢 [ @totoleo ] ( https://github.com/totoleo ) 将 ` upyun/sdk ` 仓库源修改为 UPYUN 官方项目地址
29
+ - 移除不再推荐使用的 API:` rmDir deleteFile readDir getWritedFileInfo ` ),建议使用推荐方法替代
30
+ - note: ` 2.1.0 ` 版本之前已经被 [ @totoleo ] ( https://github.com/totoleo ) 使用
31
+
32
+ #### 2.0.0
33
+
34
+ - 使用1.0.x系列版本SDK的用户,注意原有部分方法已经不再推荐使用(` @deprecated ` 标注),但是出于兼容考虑目前任然保留,建议更新升级程序使用新版SDK提供的方法。
25
35
26
36
27
37
28
38
<a name =" use instructions " ></a >
29
39
## 使用说明
30
- 下载` upyun.class.php ` 到项目目录
40
+
41
+ <a name =" install " ></a >
42
+ ### 安装
43
+ 推荐使用 ` composer ` 安装
44
+ ```
45
+ composer require upyun/sdk
46
+ ```
31
47
32
48
<a name =" init " ></a >
33
49
### 初始化UpYun
You can’t perform that action at this time.
0 commit comments