Skip to content

Commit e3c79e3

Browse files
committed
Update README.md
1 parent 774da18 commit e3c79e3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
+[![Join Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/qiniu/php-sdk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1010
## 安装
1111

12-
* 通过composer
12+
* 通过composer,这是推荐的方式,可以使用composer.json 声明依赖,或者运行下面的命令。SDK 包已经放到�]这里 [`qiniu/php-sdk`][install-packagist]
1313
```bash
1414
$ composer require qiniu/php-sdk
1515
```
16-
* 直接下载安装,SDK 没有依赖其他第三方库,但需要使用composer的autoload
16+
* 直接下载安装,SDK 没有依赖其他第三方库,但需要参照 composer的autoloader,增加一个自己的autoloader程序。
1717

1818
## 运行环境
1919

@@ -68,3 +68,6 @@ $ ./vendor/bin/phpunit tests/Qiniu/Tests/
6868
## 代码许可
6969

7070
The MIT License (MIT).详情见 [License文件](https://github.com/qiniu/php-sdk/blob/master/LICENSE).
71+
72+
[packagist]: http://packagist.org
73+
[install-packagist]: https://packagist.org/packages/qiniu/php-sdk

0 commit comments

Comments
 (0)