Download the PHP package lackone/curl without Composer
On this page you can find all versions of the php package lackone/curl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor lackone
Package curl
Short Description 简单的curl组件,用于get和post请求
License MIT
Homepage https://github.com/lackone
Package curl
Short Description 简单的curl组件,用于get和post请求
License MIT
Homepage https://github.com/lackone
Please rate this library. Is it a good library?
Informations about the package curl
curl
使用composer创建一个curl组件,用于简单的get和post请求。
如何使用
1、引入
composer require lackone/curl
2、使用命名空间
use Lackone\Curl;
3、get请求
$data = Curl::get('http://www.baidu.com');
4、post请求
$data = Curl::post('http://127.0.0.1/test', ['name' => 'test']);
5、上传文件
$data = Curl::post('http://127.0.0.1/test', ['file' => '@./README.md']);
All versions of curl with dependencies
PHP Build Version
Package Version
No informations.
The package lackone/curl contains the following files
Loading the files please wait ....