Registry /
http-client / yiisoft-yii2-httpclient
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.