Skip to content

Commit

Permalink
Merge pull request #5 from yunpian/v1.0.0
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
dzh authored Mar 14, 2017
2 parents 4405529 + cf7c6a2 commit a48f822
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yunpian-php-sdk

```json
"require" : {
"yunpian/sdk" : "~1.0"
"yunpian/yunpian-php-sdk" : "~1.0"
}
```
****: master是最新稳定版。我们会更新到[Packagist](https://packagist.org/explore/)
Expand All @@ -28,7 +28,7 @@ $clnt = YunpianClient::create($apikey);

//账户 $clnt->user() 签名 $clnt->sign() 模版 $clnt->tpl() 短信 $clnt->sms() 语音 $clnt->voice() 流量 $clnt->flow()
```
****: v1.0.0开始使用Yunpian/Sdk/YunpianClient,重构了工程组织。不兼容之前版本,若需要可从github下载分支[20170301_bak](https://github.com/yunpian/yunpian-php-sdk/tree/20170301_bak)
****: v1.0开始使用composer管理工程。不兼容之前版本,若需要可从github下载[0.0.1](https://github.com/yunpian/yunpian-php-sdk/releases/tag/0.0.1)

## 配置说明 (默认配置就行)
- 默认配置文件 src/yunpian.ini
Expand All @@ -40,7 +40,7 @@ $clnt = YunpianClient::create($apikey);
## 源码说明 yunpian-php-sdk
- 工程使用composer构造,php5.6 or higher
- 开发API可参考单元测试 tests/Api
- 执行[单元测试](https://phpunit.de/manual/5.7/en/installation.html) `phpunit tests`
- 执行单元测试 `phpunit tests`,安装[phpunit](https://phpunit.de/manual/5.7/en/installation.html)

## 联系我们
[云片支持 QQ](https://static.meiqia.com/dist/standalone.html?eid=30951&groupid=0d20ab23ab4702939552b3f81978012f&metadata={"name":"github"})
Expand Down

0 comments on commit a48f822

Please sign in to comment.