2017 © Pedro Peláez
 

library curl

A simple cURL wrapper for PHP

image

lib/curl

A simple cURL wrapper for PHP

  • Friday, May 23, 2014
  • by andre
  • Repository
  • 1 Watchers
  • 0 Stars
  • 52,779 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 8 % Grown

The README.md

Lib Curl

A simple class for wrapping curl, (*1)

Install with Composer

{
    "require": {
        "lib/curl": "0.2"
    }
}

Usage

<?php

use Curl\Request;

$curl = new Request();

$curl->url = 'http://www.somewebsite.com/';
$curl->post = array(
  'username' => 'admin',
  'password' => 'derp'
);

$curl->timeout = 400;

$result = $curl->execute();

var_dump($result);

The Versions

23/05 2014

dev-master

9999999-dev https://github.com/andrefigueira/Lib-Curl

A simple cURL wrapper for PHP

  Sources   Download

The Requires

  • php >=5.3.0

 

curl php http wrapper class

23/05 2014

dev-develop

dev-develop https://github.com/andrefigueira/Lib-Curl

A simple cURL wrapper for PHP

  Sources   Download

The Requires

  • php >=5.3.0

 

curl php http wrapper class

01/05 2014

0.5

0.5.0.0 https://github.com/andrefigueira/Lib-Curl

A simple cURL wrapper for PHP

  Sources   Download

The Requires

  • php >=5.3.0

 

curl php http wrapper class

13/12 2013

0.3

0.3.0.0 https://github.com/andrefigueira/Lib-Curl

A simple cURL wrapper for PHP

  Sources   Download

The Requires

  • php >=5.3.0

 

curl php http wrapper class

23/11 2013

0.2

0.2.0.0

  Sources   Download

The Requires

  • php >=5.3.0