PHPackages                             medeirosinacio/exec-multithread - 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. medeirosinacio/exec-multithread

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

medeirosinacio/exec-multithread
===============================

A thread implementation in PHP using the exec function.

11[1 issues](https://github.com/medeirosinacio/php-exec-multithread/issues)PHP

Since Apr 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/medeirosinacio/php-exec-multithread)[ Packagist](https://packagist.org/packages/medeirosinacio/exec-multithread)[ RSS](/packages/medeirosinacio-exec-multithread/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Exec Multithread
====================

[](#php-exec-multithread)

###### php-exec-multithread

[](#php-exec-multithread-1)

A thread implementation in PHP using the exec function.

Send job to worker with data:

```

    $thread = new  ExecMultithread();
    $thread->setProjectRoot('./');

    for ($i = 0; $i < 5; $i++) {
    	$data = "Bla Bla Bla... ID " . md5(rand(0, 5000));
    	$thread->startProcess('worker', $data);
    }

    $thread->getProcessesInfo();

```

get data worker:

```

   $data = ExecMultithread::convertData($argv[1])

```

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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/d9c4d47739082df9f17a67b6134b5e1658632a233d8d360b543cc63efe02ade8?d=identicon)[douglasmedeiros.dev](/maintainers/douglasmedeiros.dev)

---

Top Contributors

[![medeirosinacio](https://avatars.githubusercontent.com/u/41749399?v=4)](https://github.com/medeirosinacio "medeirosinacio (3 commits)")

---

Tags

multi-threadingphpphp-executorphp-multi-processphp-packagephp7

### Embed Badge

![Health badge](/badges/medeirosinacio-exec-multithread/health.svg)

```
[![Health](https://phpackages.com/badges/medeirosinacio-exec-multithread/health.svg)](https://phpackages.com/packages/medeirosinacio-exec-multithread)
```

PHPackages © 2026

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