qous/curl

php curl study

1.1.0 2018-10-11 17:34 UTC

This package is not auto-updated.

Last update: 2024-10-06 08:14:39 UTC


README

安装

composer require wpollen/curl:dev-master

使用

$curl = new Qous\Curl\Curl();
$curl->get('http://url', array(
    'param' => 'param'
));