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 1mo ago

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 14% 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://www.gravatar.com/avatar/8f4c917da6ac27caa417d67e52b0987a0f5a8054d8407e817d56b0ba13c321f3?d=identicon)[andreyserdjuk](/maintainers/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

[emil/inliner

1911.3k1](/packages/emil-inliner)[flowpack/nodegenerator

Random nodes generator for Neos CMS

122.1k](/packages/flowpack-nodegenerator)[haariga/craft-gonzo

Component Library from your templates Folder

121.7k](/packages/haariga-craft-gonzo)[bigelephant/string

A string helper task with built in classes to easily add to Laravel 4

121.7k](/packages/bigelephant-string)

PHPackages © 2026

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