kofel/curling

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

Library for smart HTTP requests. It wrapps php_curl.

dev-master 2013-10-28 09:59 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:27:59 UTC


README

Library for smart HTTP requests. It wrapps php_curl.

Simple usage

$request = new Curling\Request('http://onet.pl/');

var_dump($request->execute());