2017 © Pedro Peláez
 

library curl-wrapper

An object oriented wrapper around cURL

image

jleagle/curl-wrapper

An object oriented wrapper around cURL

  • Tuesday, January 26, 2016
  • by Jleagle
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,015 Installations
  • PHP
  • 8 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 6 % Grown

The README.md

curl-wrapper

Using the helper

$response = Curl::get(URL)->run();
$response = Curl::get(URL, ['k' => 'v'])->run();

Manually making a cURL request

$response = Request::i()
  ->setUrl(URL)
  ->setPost()
  ->setBasicAuth('username', 'password')
  ->setPostFields(['k' => 'v'])
  ->run();

Reading the response

$response = Curl::get(URL)->run();

$connectTime = $response->getConnectTime();
$httpCode = $response->getHttpCode();
$error = $response->getErrorMessage();

The Versions

26/01 2016

dev-master

9999999-dev

An object oriented wrapper around cURL

  Sources   Download

MIT

The Requires

 

curl wrapper

14/01 2016

1.0.0

1.0.0.0

An object oriented wrapper around cURL

  Sources   Download

MIT

The Requires

 

curl wrapper

28/11 2015

0.1.3

0.1.3.0

An object oriented wrapper around cURL

  Sources   Download

MIT

The Requires

 

curl wrapper

28/11 2015

0.1.2

0.1.2.0

An object oriented wrapper around cURL

  Sources   Download

MIT

The Requires

 

curl wrapper

28/11 2015

0.1.1

0.1.1.0

An object oriented wrapper around cURL

  Sources   Download

MIT

The Requires

 

curl wrapper

28/11 2015

0.1.0

0.1.0.0

An object oriented wrapper around cURL

  Sources   Download

MIT

The Requires

 

curl wrapper

27/11 2015

0.0.6

0.0.6.0

An object oriented wrapper around cURL

  Sources   Download

MIT

The Requires

 

curl wrapper

27/11 2015

0.0.5

0.0.5.0

An object oriented wrapper around cURL

  Sources   Download

MIT

The Requires

 

curl wrapper

26/11 2015

0.0.4

0.0.4.0

An object oriented wrapper around cURL

  Sources   Download

MIT

The Requires

 

curl wrapper

26/11 2015

0.0.3

0.0.3.0

An object oriented wrapper around cURL

  Sources   Download

MIT

The Requires

 

curl wrapper

26/11 2015

0.0.2

0.0.2.0

An object oriented wrapper around cURL

  Sources   Download

MIT

The Requires

 

curl wrapper

23/11 2015

0.0.1

0.0.1.0

An object oriented wrapper around cURL

  Sources   Download

MIT

The Requires

 

curl wrapper