PHPackages                             alixaxel/curly - 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. alixaxel/curly

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

alixaxel/curly
==============

Parallel cURL Wrapper for PHP

46PHP

Since Sep 17Pushed 11y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build Status](https://camo.githubusercontent.com/2418400f54721787627ccc64a1bd26f9d6df760a367b70c8874cd47ecdcc12e8/68747470733a2f2f7472617669732d63692e6f72672f616c69786178656c2f6375726c792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/alixaxel/curly/)

\#curly

Parallel cURL Wrapper for PHP

\##Requirements

- PHP 5.4+
- cURL Extension

\##Installation (via Composer)

Add the following dependency in your composer.json file:

```
{
	"require": {
		"alixaxel/curly": "*"
	}
}
```

And then just run `composer install` or `composer update`.

\##Usage (Single Requests)

```
