# curl **Repository Path**: renqiang/curl ## Basic Information - **Project Name**: curl - **Description**: curl测试 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-02-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #curl 范例 include './vendor/autoload.php'; $curl = new \renqiang\curl; $data = $curl->get('http://www.baidu.com');