lingyin/curl

There is no license information available for the latest version (v0.1.1) of this package.

curl封装

v0.1.1 2018-11-25 16:19 UTC

This package is auto-updated.

Last update: 2024-04-26 04:26:44 UTC


README

phpcurl常用方法封装

安装

composer require --prefer-dist lingyin/curl

使用

require 'vendor/autoload.php'

(new \lingyin\curl\Curl())->get('https://www.baidu.com');