Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days ago
JSON representation
Yii 2 HTTP client
- Host: GitHub
- URL: https://github.com/yiisoft/yii2-httpclient
- Owner: yiisoft
- License: bsd-3-clause
- Created: 2015-07-18T08:25:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T09:25:48.000Z (4 months ago)
- Last Synced: 2024-10-29T14:35:34.361Z (3 months ago)
- Topics: curl, hacktoberfest, http, http-client, yii, yii2
- Language: PHP
- Homepage: https://www.yiiframework.com
- Size: 432 KB
- Stars: 431
- Watchers: 41
- Forks: 157
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
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)](https://packagist.org/packages/yiisoft/yii2-httpclient)
[![Total Downloads](https://poser.pugx.org/yiisoft/yii2-httpclient/downloads)](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.