Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yiisoft/yii2-httpclient

Yii 2 HTTP client
https://github.com/yiisoft/yii2-httpclient

curl hacktoberfest http http-client yii yii2

Last synced: 7 days ago
JSON representation

Yii 2 HTTP client

Awesome Lists containing this project

README

        





HTTP Client Extension for Yii 2



This extension provides the HTTP client for the [Yii framework 2.0](https://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/yii2-httpclient/v/stable.png)](https://packagist.org/packages/yiisoft/yii2-httpclient)
[![Total Downloads](https://poser.pugx.org/yiisoft/yii2-httpclient/downloads.png)](https://packagist.org/packages/yiisoft/yii2-httpclient)
[![Build Status](https://github.com/yiisoft/yii2-httpclient/workflows/build/badge.svg)](https://github.com/yiisoft/yii2-httpclient/actions)

Installation
------------

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist yiisoft/yii2-httpclient
```

or add

```
"yiisoft/yii2-httpclient": "~2.0.0"
```

to the require section of your composer.json.