PHPackages                             neu/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. neu/curl

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

neu/curl
========

A PHP library to easily run multiple cUrl requests in parallel.

v0.2.0(4y ago)05LGPL-3.0-or-laterPHPPHP &gt;=7.3

Since Oct 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/joernneumeyer/curl)[ Packagist](https://packagist.org/packages/neu/curl)[ RSS](/packages/neu-curl/feed)WikiDiscussions master Synced 3w ago

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

neu/curl
========

[](#neucurl)

neu/curl is a helper library for PHP's cURL extension. It provides object-oriented wrappers for native imperative code and an easy API to queue cURL calls, execute them in parallel, and get back the result as an array.

Usage
-----

[](#usage)

### Wrappers

[](#wrappers)

The classes `Neu\Curl\Curl` and `Neu\Curl\MultiCurl` are wrappers for the `curl_*` and `curl_multi_*` functions respectively. The method names follow the names of the native functions, but make use of *camelCase* instead of *snake\_case*.

### Neu\\Curl\\CurlPool

[](#neucurlcurlpool)

`Neu\Curl\CurlPool` allows you to easily queue cURL calls. Calls are collected either through the `queue(string $url, string $method = 'GET', $body = '')` method or by adding a manually configured `Neu\Curl\Curl` instance via `addInstance(Curl $curl)`.

In order to get execute the requests and get their results, the `exec()` method is called. Upon resolution of all requests, an array is returned, containing all responses, ordered by their respective request.

License
-------

[](#license)

neu/curl is available under the terms of the [GNU Lesser General Public License in version 3.0 or later](./LICENSE).

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~5 days

Total

3

Last Release

1723d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26442928?v=4)[Jörn Neumeyer](/maintainers/joernneumeyer)[@joernneumeyer](https://github.com/joernneumeyer)

---

Top Contributors

[![joernneumeyer](https://avatars.githubusercontent.com/u/26442928?v=4)](https://github.com/joernneumeyer "joernneumeyer (13 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/neu-curl/health.svg)

```
[![Health](https://phpackages.com/badges/neu-curl/health.svg)](https://phpackages.com/packages/neu-curl)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M90](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
