We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c9b9b commit 0a1d25fCopy full SHA for 0a1d25f
README.md
@@ -4,10 +4,25 @@
4
5
[](http://qiniu.com/)
6
7
+
8
+## 下载
9
10
+### 从 release 版本下载
11
12
+下载地址:https://github.com/qiniu/php-sdk/releases
13
14
+这是我们建议的方式,release 版本有版本号,有 [CHANGELOG](https://github.com/qiniu/php-sdk/blob/develop/CHANGELOG.md),使用规格也会比较稳定。
15
16
+### 从 git 库下载
17
18
+你可以直接用 git clone 下载源代码来使用。但是请注意非 master 分支的代码在规格上可能承受变更,应谨慎使用。
19
20
21
## 使用
22
23
参考文档:[七牛云存储 PHP SDK 使用指南](https://github.com/qiniu/php-sdk/tree/develop/docs)
24
25
26
## 贡献代码
27
28
1. Fork
@@ -16,6 +31,7 @@
31
4. 将您的修改记录提交到远程 `git` 仓库 (`git push origin my-new-feature`)
32
5. 然后到 github 网站的该 `git` 远程仓库的 `my-new-feature` 分支下发起 Pull Request
33
34
35
## 许可证
36
37
Copyright (c) 2012 qiniu.com
0 commit comments