# yii-http-client **Repository Path**: mirrors_yiisoft/yii-http-client ## Basic Information - **Project Name**: yii-http-client - **Description**: Deprecated in favor of existing PSR-18 implementations - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Yii Framework HTTP client extension


> This package is abandoned. Please use [existing PSR-18 implementations](https://packagist.org/providers/psr/http-client-implementation). This extension provides the HTTP client for the [Yii framework](http://www.yiiframework.com). For license information check the [LICENSE](LICENSE.md)-file. Documentation is at [docs/guide/README.md](docs/guide/README.md). [![Latest Stable Version](https://poser.pugx.org/yiisoft/yii-http-client/v/stable.png)](https://packagist.org/packages/yiisoft/yii-http-client) [![Total Downloads](https://poser.pugx.org/yiisoft/yii-http-client/downloads.png)](https://packagist.org/packages/yiisoft/yii-http-client) [![Build Status](https://travis-ci.com/yiisoft/yii-http-client.svg?branch=master)](https://travis-ci.com/yiisoft/yii-http-client) Installation ------------ The preferred way to install this extension is through [composer](http://getcomposer.org/download/). ``` php composer.phar require --prefer-dist yiisoft/yii-http-client ```