PHPackages                             livestreet/forker - 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. livestreet/forker

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

livestreet/forker
=================

Forker presents a simple interfacing for forking in PHP.

118PHP

Since Jul 23Pushed 6y agoCompare

[ Source](https://github.com/olezhikz/forker)[ Packagist](https://packagist.org/packages/livestreet/forker)[ RSS](/packages/livestreet-forker/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Forker
------

[](#forker)

[![Build Status](https://camo.githubusercontent.com/cb8b5b5d8caa68bffcab16e84c7e3cdcf4a5484e6d8c2a0d27efbb59e3f06e4c/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6946697869742f666f726b65722e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/iFixit/forker)

Forker presents a simple interfacing for forking in PHP.

If you need to do several tasks in parallel and collect their results, this is about as simple as it gets.

```
$things = array($thing1, $thing2);
$results = Forker::map($things, function ($index, $thing) {
   // Some expensive operation
   return calculateNewThing($thing);
});

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90% 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/67377450?v=4)[OlegDemidov](/maintainers/OlegDemidov)[@olegdemidov](https://github.com/olegdemidov)

---

Top Contributors

[![danielbeardsley](https://avatars.githubusercontent.com/u/26855?v=4)](https://github.com/danielbeardsley "danielbeardsley (9 commits)")[![xiongchiamiov](https://avatars.githubusercontent.com/u/23369?v=4)](https://github.com/xiongchiamiov "xiongchiamiov (1 commits)")

### Embed Badge

![Health badge](/badges/livestreet-forker/health.svg)

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

###  Alternatives

[select2/select2

Select2 is a jQuery based replacement for select boxes.

26.0k7.8M27](/packages/select2-select2)[iamcal/php-emoji

This is a PHP library for dealing with Emoji, allowing you to convert between various native formats and displaying them using HTML.

1.3k481.1k](/packages/iamcal-php-emoji)[noahbuscher/macaw

Simple PHP router class.

88717.1k8](/packages/noahbuscher-macaw)[demi/seo

Library for working with SEO parameters of models

131.6k](/packages/demi-seo)

PHPackages © 2026

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