PHPackages                             pcntl\_job/pcntl\_job - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pcntl\_job/pcntl\_job

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pcntl\_job/pcntl\_job
=====================

Adapters for pcntl, cURL etc.

08PHP

Since Mar 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/andreyserdjuk/pcntl_job)[ Packagist](https://packagist.org/packages/pcntl_job/pcntl_job)[ RSS](/packages/pcntl-job-pcntl-job/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

About
=====

[](#about)

PcntlJob is simple PCNTL wrapper which allows to create child process in a friendly way.

Example:

```
$childProcessesCount = 10;
$job = new Job($childProcessesCount);
// if parseRSS should be executed as class method in context, (example: $this)
$job->create(array($this, 'parseRSS'), array($href));
// or call as function
$job->create('parseRSS', array($href));
```

Attention
---------

[](#attention)

In child processes all active connections will be lost or their behavior becomes unpredictable (in my case: mysql can read but cannot write, redis loses all). So they should be reinitialized.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3006342?v=4)[andreyserdjuk](/maintainers/andreyserdjuk)[@andreyserdjuk](https://github.com/andreyserdjuk)

---

Top Contributors

[![andreyserdjuk](https://avatars.githubusercontent.com/u/3006342?v=4)](https://github.com/andreyserdjuk "andreyserdjuk (7 commits)")

### Embed Badge

![Health badge](/badges/pcntl-job-pcntl-job/health.svg)

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

###  Alternatives

[johnbillion/extended-cpts

A library which provides extended functionality to WordPress custom post types and taxonomies.

1.0k2.0M59](/packages/johnbillion-extended-cpts)[conquer/select2

Yii2 Select2 widget

1682.0k4](/packages/conquer-select2)

PHPackages © 2026

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