bunkermaster / multiproc
Simple multi processing with native PHP
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 2
pkg:composer/bunkermaster/multiproc
Requires
- php: >=7.1.0
Requires (Dev)
- phpunit/phpunit: ^6.2
- symfony/var-dumper: ^3.3
This package is not auto-updated.
Last update: 2025-10-04 01:34:51 UTC
README
MultiProc is a simple multi process management project. The goal is to be able to start multiple parallel threads from PHP (7.1+) without having to install any extension. It is a crude, simplistic method of doing multithreading.
Warning : this is a pre-alpha and should NOT be used in production unless you really want things to go tits up.