f57/easyphttp

Make guzzle easier

Maintainers

Package info

github.com/benlamouch/F57

Homepage

Issues

pkg:composer/f57/easyphttp

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2026-03-06 10:17:33 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