Registry / http-client / yiisoft-yii2-httpclient

yiisoft-yii2-httpclient

JSON →
library2.0.17phppackagistunverified

HTTP client extension for the Yii framework

composer require yiisoft/yii2-httpclient
INSTALL
IMPORT
SIG · YIISOFT-YII2-HTTPC
Y
yiisoft-yii2-httpclient
http-clientphpv2.0.17
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use yii\httpclient\Client;

Send a GET request using Yii2 HTTP Client.

use yii\httpclient\Client; $client = new Client(); $response = $client->createRequest() ->setMethod('GET') ->setUrl('http://example.com') ->send(); echo $response->getContent();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.17latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
20
Resources
yiisoft-yii2-httpclient — pip install yiisoft-yii2-httpclient · libregistry