File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
7070The 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
You can’t perform that action at this time.
0 commit comments