PHPackages                             jmathai/php-multi-curl - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. jmathai/php-multi-curl

AbandonedArchivedLibrary[HTTP &amp; Networking](/categories/http)

jmathai/php-multi-curl
======================

A high performance PHP library for asynchronous curl http calls.

2.0.x-dev(10y ago)373235.1k↓31.8%95[2 PRs](https://github.com/jmathai/php-multi-curl/pulls)ApachePHPCI passing

Since Nov 14Pushed 3mo ago22 watchersCompare

[ Source](https://github.com/jmathai/php-multi-curl)[ Packagist](https://packagist.org/packages/jmathai/php-multi-curl)[ RSS](/packages/jmathai-php-multi-curl/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

PHP-multi-curl
==============

[](#php-multi-curl)

High performance PHP curl wrapper to make parallel HTTP calls

[![Build Status](https://camo.githubusercontent.com/6c24597920316a1fc1452202da9e723251fc545e7d50a921f7f16ae89b964c5c/68747470733a2f2f7472617669732d63692e6f72672f6a6d61746861692f7068702d6d756c74692d6375726c2e737667)](https://travis-ci.org/jmathai/php-multi-curl) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/034eefe6a27ae4a974940607c372c38e98714991cdbffe7e5563880b9c47a9f1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a6d61746861692f7068702d6d756c74692d6375726c2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/jmathai/php-multi-curl/?branch=master)

Contents
--------

[](#contents)

- [Installation](#installation)
- [Usage](#usage)
- [Advanced Usage](#advanced-usage)
- [Documentation](#documentation)
    - [Methods](#methods)
        - [addUrl](#addurl)
        - [addCurl](#addcurl)
        - [renderAscii](#renderascii)
    - [Accessing Response](#accessing-response)
        - [response](#response)
        - [code](#code)
        - [headers](#headers)

Installation
------------

[](#installation)

You can use composer to install this library from the command line.

```
composer require jmathai/php-multi-curl:dev-master -v

```

Usage
-----

[](#usage)

Basic usage can be done using the `addUrl($url/*, $options*/)` method. This calls `GET $url` by passing in `$options` as the parameters.

```
