PHPackages                             akbansa/parallel-processor - 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. [CLI &amp; Console](/categories/cli)
4. /
5. akbansa/parallel-processor

AbandonedArchivedLibrary[CLI &amp; Console](/categories/cli)

akbansa/parallel-processor
==========================

Parallel Processor will help you do run commands for parallel execution

v1.0(6y ago)412.9k↓51.2%PHPPHP &gt;=7.0.31

Since May 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/akbansa/parallel-processing)[ Packagist](https://packagist.org/packages/akbansa/parallel-processor)[ RSS](/packages/akbansa-parallel-processor/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Laravel Parallel Processing
===========================

[](#laravel-parallel-processing)

An easy way to run multiple commands in parallel in laravel.

Install
-------

[](#install)

Install via composer

```
composer require akbansa/parallel-processor

```

Usage
-----

[](#usage)

Import `Akbansa\LaravelParallelProcessor\ParallelProcessor` where you want to use this parallel processor.

```
$processor = new ParallelProcessor($tasks, $options);
$processor->start();

while (!$processor->isFinished()) {
    sleep(1);
}

```

`$tasks` can be an array or collection of tasks that needs to be run and each item of this `$tasks` should have `command` as it's one of the property that need to be run.

For example

```
$tasks = [
    ["id" => 1, "command" => "php artisan send:email abc@example.com"],
    ["id" => 2, "command" => "php artisan send:email example@domain.com"]
]

```

`$options` is an optional parameter in which you can pass parameters in an array as follow:

```
1. $parallelCount => This can be used to define the number parallel processes to be executed (default: 3)
2. $estimateProcessTime => average estimate time for process in second (default 1)

```

License
-------

[](#license)

The MIT License. Please see the [License File](LICENSE.md)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

2254d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/962fcb41910cd46087b11f7718a25490c837845f043669b8fd5e3f869ceee882?d=identicon)[akbansa](/maintainers/akbansa)

---

Top Contributors

[![akbansa](https://avatars.githubusercontent.com/u/13042781?v=4)](https://github.com/akbansa "akbansa (6 commits)")

---

Tags

laravellaravel-packageparallel-processing

### Embed Badge

![Health badge](/badges/akbansa-parallel-processor/health.svg)

```
[![Health](https://phpackages.com/badges/akbansa-parallel-processor/health.svg)](https://phpackages.com/packages/akbansa-parallel-processor)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)[whatsdiff/whatsdiff

See what's changed in your project's dependencies

771.2k](/packages/whatsdiff-whatsdiff)[bnomei/kirby-mcp

A CLI-first MCP server for Kirby CMS

564.6k1](/packages/bnomei-kirby-mcp)

PHPackages © 2026

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