/SimplecURL

Easy to use HTTP Client for PHP

Primary LanguagePHPMIT LicenseMIT

SimplecURL

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/.