f57/easyphttp

Make guzzle easier

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

This package is auto-updated.

Last update: 2024-04-06 05:47:23 UTC


README

Easy to use, easy to make request.

How does this works ?

Just install this package with composer.

php composer require f57/easyphttp

And that's all ! Just try it :

use F57\EasyPHTTP;

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

Methods

url