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

ActiveProject

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 1w 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

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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

1678d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e7fa9200c767d21cce211dcc4c3d014ea773a5fab63aafcf599007d8c318b42?d=identicon)[joernneumeyer](/maintainers/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)
```

PHPackages © 2026

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