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: 3 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T21:10:12.000Z (3 months ago)
- Last Synced: 2025-04-10T21:29:25.614Z (about 1 month ago)
- Topics: curl, hacktoberfest, http, http-client, yii, yii2
- Language: PHP
- Homepage: https://www.yiiframework.com
- Size: 437 KB
- Stars: 427
- Watchers: 40
- Forks: 157
- Open Issues: 9
-
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).
[](https://packagist.org/packages/yiisoft/yii2-httpclient)
[](https://packagist.org/packages/yiisoft/yii2-httpclient)
[](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.