PHPackages                             wyrihaximus/react-child-process-pool-redis-queue - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. wyrihaximus/react-child-process-pool-redis-queue

ActiveLibrary[Queues &amp; Workers](/categories/queues)

wyrihaximus/react-child-process-pool-redis-queue
================================================

Put your Child Process Pool queue in Redis

0366[3 PRs](https://github.com/WyriHaximus/reactphp-child-process-pool-redis-queue/pulls)PHPCI failing

Since Jan 9Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/WyriHaximus/reactphp-child-process-pool-redis-queue)[ Packagist](https://packagist.org/packages/wyrihaximus/react-child-process-pool-redis-queue)[ RSS](/packages/wyrihaximus-react-child-process-pool-redis-queue/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

Put your Child Process Pool queue in Redis
==========================================

[](#put-your-child-process-pool-queue-in-redis)

[![Linux Build Status](https://camo.githubusercontent.com/8ca496455be71c0e148b2ced47758295321d4a89c0ecda952929380202d67a08/68747470733a2f2f7472617669732d63692e6f72672f57797269486178696d75732f72656163747068702d6368696c642d70726f636573732d706f6f6c2d72656469732d71756575652e706e67)](https://travis-ci.org/WyriHaximus/reactphp-child-process-pool-redis-queue)[![Latest Stable Version](https://camo.githubusercontent.com/2a433ee7703625dfffed99973bd0b251e04eac9b1a68ec7012111cc5d0162923/68747470733a2f2f706f7365722e707567782e6f72672f57797269486178696d75732f72656163742d6368696c642d70726f636573732d706f6f6c2d72656469732d71756575652f762f737461626c652e706e67)](https://packagist.org/packages/WyriHaximus/react-child-process-pool-redis-queue)[![Total Downloads](https://camo.githubusercontent.com/505f120968f7044e304b4f37ddf60cf7a415168f516e51c2111a998e6a2ea703/68747470733a2f2f706f7365722e707567782e6f72672f77797269686178696d75732f72656163742d6368696c642d70726f636573732d706f6f6c2d72656469732d71756575652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/wyrihaximus/react-child-process-pool-redis-queue)[![Code Coverage](https://camo.githubusercontent.com/7a5dc651ea73562692da2eae830608c1854001324dd2cfdd42127427545168e5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f57797269486178696d75732f72656163747068702d6368696c642d70726f636573732d706f6f6c2d72656469732d71756575652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/WyriHaximus/reactphp-child-process-pool-redis-queue/?branch=master)[![License](https://camo.githubusercontent.com/0756db833946b5d688a8913c4c322acab9f597db12cdc10a4630c71c57b8d6bf/68747470733a2f2f706f7365722e707567782e6f72672f77797269686178696d75732f72656163742d6368696c642d70726f636573732d706f6f6c2d72656469732d71756575652f6c6963656e73652e706e67)](https://packagist.org/packages/wyrihaximus/react-child-process-pool-redis-queue)[![PHP 7 ready](https://camo.githubusercontent.com/e1e22271774bda6e67d1025c51c040fb8f15aeead3d6e247d5069e92281be4a2/687474703a2f2f7068703772656164792e74696d6573706c696e7465722e63682f57797269486178696d75732f72656163747068702d6368696c642d70726f636573732d706f6f6c2d72656469732d71756575652f62616467652e737667)](https://travis-ci.org/WyriHaximus/reactphp-child-process-pool-redis-queue)

Installation
------------

[](#installation)

To install via [Composer](http://getcomposer.org/), use the command below, it will automatically detect the latest version and bind it with `~`.

```
composer require wyrihaximus/react-child-process-pool-redis-queue

```

Usage
-----

[](#usage)

```
$loop = LoopFactory::create();
$factory = new Factory($loop);
$factory->createClient()->then(
    function (Client $client) {
        Flexible::createFromClass(ReturnChild::class, $loop, [
            Options::QUEUE => new Redis($client, 'pool:queue'),
        ]);
    }
);
```

License
-------

[](#license)

Copyright 2016 [Cees-Jan Kiewiet](http://wyrihaximus.net/)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance45

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/147145?v=4)[Cees-Jan Kiewiet](/maintainers/WyriHaximus)[@WyriHaximus](https://github.com/WyriHaximus)

---

Top Contributors

[![WyriHaximus](https://avatars.githubusercontent.com/u/147145?v=4)](https://github.com/WyriHaximus "WyriHaximus (24 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (18 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (12 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (2 commits)")

---

Tags

hacktoberfestphpreactphp

### Embed Badge

![Health badge](/badges/wyrihaximus-react-child-process-pool-redis-queue/health.svg)

```
[![Health](https://phpackages.com/badges/wyrihaximus-react-child-process-pool-redis-queue/health.svg)](https://phpackages.com/packages/wyrihaximus-react-child-process-pool-redis-queue)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[amphp/parser

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2238.8M170](/packages/react-async)

PHPackages © 2026

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