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 3w 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 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

2493d 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

78127.7M461](/packages/react-http)[rmccue/requests

A HTTP library written in PHP, for human beings.

3.6k37.1M280](/packages/rmccue-requests)[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

492.3M35](/packages/clue-http-proxy-react)[khr/php-mcurl-client

wrap curl client (http client) for PHP 5.3; using php multi curl, parallel request and write asynchronous code

71230.4k6](/packages/khr-php-mcurl-client)[meabed/php-parallel-soap

Parallel, multi-curl PHP SoapClient that performs many SOAP requests concurrently

4393.5k](/packages/meabed-php-parallel-soap)[phpgt/fetch

Asynchronous HTTP client with promises.

3726.1k4](/packages/phpgt-fetch)

PHPackages © 2026

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