Skip to content

Commit f013533

Browse files
committed
README
0 parents  commit f013533

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Qiniu Resource (Cloud) Storage SDK for PHP
2+
3+
[![Build Status](https://api.travis-ci.org/qiniu/php-sdk.png?branch=master)](https://travis-ci.org/qiniu/php-sdk)
4+
5+
[![Qiniu Logo](http://qiniutek.com/images/logo-2.png)](http://qiniu.com/)
6+
7+
## 使用
8+
9+
参考文档:[七牛云存储 PHP SDK 使用指南](https://github.com/qiniu/php-sdk/tree/develop/docs)
10+
11+
## 贡献代码
12+
13+
1. Fork
14+
2. 创建您的特性分支 (`git checkout -b my-new-feature`)
15+
3. 提交您的改动 (`git commit -am 'Added some feature'`)
16+
4. 将您的修改记录提交到远程 `git` 仓库 (`git push origin my-new-feature`)
17+
5. 然后到 github 网站的该 `git` 远程仓库的 `my-new-feature` 分支下发起 Pull Request
18+
19+
## 许可证
20+
21+
Copyright (c) 2012 qiniu.com
22+
23+
基于 MIT 协议发布:
24+
25+
* [www.opensource.org/licenses/MIT](http://www.opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)