simplecurl/simplecurl

This package is abandoned and no longer maintained. No replacement package was suggested.

Easy HTTP requests

v0.1.3 2020-07-26 07:40 UTC

This package is auto-updated.

Last update: 2021-09-10 13:27:38 UTC


README

This project is archived! Use at your own caution.

Build Status Code Climate maintainability

SimplecURL is a simple and modern wrapper around PHP's ext-curl.

$client = new SimplecURL\Client;
$res = $client->request('GET', 'http://127.0.0.1:8080/');

echo $res->getBody();

Installation

composer require simplecurl/simplecurl

Docs

Docs can be found in /docs or at https://immaax.github.io/SimplecURL/.