renqiang / curl
2.0.3
2017-02-21 05:07 UTC
This package is not auto-updated.
Last update: 2025-06-16 20:00:50 UTC
README
include './vendor/autoload.php';
$curl = new \renqiang\curl;
$data = $curl->get('http://www.baidu.com');
This package is not auto-updated.
Last update: 2025-06-16 20:00:50 UTC
include './vendor/autoload.php';
$curl = new \renqiang\curl;
$data = $curl->get('http://www.baidu.com');