YII2 изменить транспорт

use yii\httpclient\Client;

$client = new Client([
    'transport' => 'yii\httpclient\CurlTransport'
]);
Bahriddin Mo'minov