f57 / easyphttp

让Guzzle更简单

dev-master 2020-11-05 15:41 UTC

This package is auto-updated.

Last update: 2024-09-06 06:45:36 UTC


README

易于使用,易于发起请求。

这是如何工作的?

只需使用composer安装此包。

php composer require f57/easyphttp

就这么简单!试试看

use F57\EasyPHTTP;

EasyPHTTP::url('https://httpbin.org/get')
            ->getResponse();

方法

url