Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

ImMaax/SimplecURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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