2017 © Pedro Peláez
 

library curl

Object orientated wrapper for the PHP cURL extension.

image

kidol/curl

Object orientated wrapper for the PHP cURL extension.

  • Wednesday, June 17, 2015
  • by kidol
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

kidol\curl

Object orientated wrapper for the PHP cURL extension., (*1)

Small usage example

$response = (new CurlRequest())->send([
    'url' => 'http://example.com/',
    'connectTimeout' => 10,
    'userAgent' => 'curl',
]);

echo $response->content;

The Versions

17/06 2015

dev-master

9999999-dev https://github.com/kido/curl

Object orientated wrapper for the PHP cURL extension.

  Sources   Download

The Requires

  • php >=5.4.0
  • ext-curl *

 

The Development Requires

by keyboard.idol

curl yii2 http client http request