Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 344 Bytes

installation.md

File metadata and controls

16 lines (11 loc) · 344 Bytes

安装

安装扩展

使用 Composer 安装此扩展,执行如下命令:

composer require --prefer-dist yiisoft/yii2-httpclient "*"

或者在项目目录下的 composer.json 文件中的 require 部分添加如下代码:

"yiisoft/yii2-httpclient": "*"