lingyin/curl

此包的最新版本(v0.1.1)没有提供许可证信息。

curl封装

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

This package is auto-updated.

Last update: 2024-09-26 05:44:58 UTC


README

phpcurl常用方法封装

安装

composer require --prefer-dist lingyin/curl

使用

require 'vendor/autoload.php'

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