高级请求器

安装: 13

依赖: 0

建议者: 0

安全: 0

星星: 0

关注者: 2

分支: 0

公开问题: 0

类型:package

v1.0 2018-05-28 15:21 UTC

This package is not auto-updated.

Last update: 2024-10-02 20:26:46 UTC


README

开发

pipeline status coverage report

主分支

pipeline status coverage report

基于 Ixudra/curl 的高级请求器

laravel 使用方法

use Arnobirchler\Curl\CurlService;
<--- ... --->
$curl = new CurlService();
$response = $curl->to('https://google.com')->withDatas(['foo' => 'bar'])->get();