PHPackages                             choval/reactphp-curl-proc - 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. choval/reactphp-curl-proc

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

choval/reactphp-curl-proc
=========================

Async Curl using React\\ChildProcess

v0.1.2(6y ago)0186MITPHP

Since Jan 29Pushed 6y agoCompare

[ Source](https://github.com/choval/reactphp-curl-proc)[ Packagist](https://packagist.org/packages/choval/reactphp-curl-proc)[ RSS](/packages/choval-reactphp-curl-proc/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (2)Dependencies (4)Versions (4)Used By (0)

reactphp-curl-proc
------------------

[](#reactphp-curl-proc)

**WARNING: THIS IS NOT PRODUCTION READY**

Async Curl library for ReactPHP. This library uses the curl binary of the system.

### Rationale

[](#rationale)

[HttpClient](https://github.com/reactphp/http-client) and [BuzzBrowser](https://github.com/clue/reactphp-buzz/) are not capable of handling cookies and/or large file uploads.

### Installation

[](#installation)

```
composer require choval/reactphp-curl-proc:dev-master

```

### Usage

[](#usage)

```
use choval\React\Curl;
use choval\React\CurlResponse;

$loop = React\EventLoop\Factory::create();
$curl = new Curl($loop);

$curl->get('http://google.com/')
  ->then(function(CurlResponse $resp) {
    echo $resp->getBody();
  })
  ->otherwise(function(Exception $e) {
    echo 'ERROR: '.$e->getMessage().PHP_EOL;
  });

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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 ~109 days

Total

3

Last Release

2447d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f7e751254e7e7b319464bd6b51c51d9d2c5fedb4c2305ceaa580f9116cbc6a11?d=identicon)[choval](/maintainers/choval)

---

Top Contributors

[![choval](https://avatars.githubusercontent.com/u/794926?v=4)](https://github.com/choval "choval (16 commits)")

---

Tags

asynccookiescurlphpreactphpasynccurlreactphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/choval-reactphp-curl-proc/health.svg)

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

###  Alternatives

[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)[rmccue/requests

A HTTP library written in PHP, for human beings.

3.6k34.5M258](/packages/rmccue-requests)[php-http/curl-client

PSR-18 and HTTPlug Async client with cURL

48247.0M384](/packages/php-http-curl-client)[amphp/http-server

A non-blocking HTTP application server for PHP based on Amp.

1.3k4.5M81](/packages/amphp-http-server)[amphp/http-client

An advanced async HTTP client library for PHP, enabling efficient, non-blocking, and concurrent requests and responses.

7286.8M137](/packages/amphp-http-client)[clue/http-proxy-react

Async HTTP proxy connector, tunnel any TCP/IP-based protocol through an HTTP CONNECT proxy server, built on top of ReactPHP

472.3M33](/packages/clue-http-proxy-react)

PHPackages © 2026

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