dev-master
9999999-dev https://github.com/kido/curlObject orientated wrapper for the PHP cURL extension.
The Requires
- php >=5.4.0
- ext-curl *
The Development Requires
by keyboard.idol
curl yii2 http client http request
Object orientated wrapper for the PHP cURL extension.
Object orientated wrapper for the PHP cURL extension., (*1)
$response = (new CurlRequest())->send([ 'url' => 'http://example.com/', 'connectTimeout' => 10, 'userAgent' => 'curl', ]); echo $response->content;
Object orientated wrapper for the PHP cURL extension.
curl yii2 http client http request