f57/easyphttp

Make guzzle easier

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/f57/easyphttp

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

This package is auto-updated.

Last update: 2025-12-06 09:53:53 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