Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 323 Bytes

installation.md

File metadata and controls

17 lines (12 loc) · 323 Bytes

Installation

Installing the extension

In order to install extension use Composer. Either run

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

or add

"yiisoft/yii2-httpclient": "*"

to the require section of your composer.json.