bunkermaster / multiproc
This package is abandoned and no longer maintained.
No replacement package was suggested.
Simple multi processing with native PHP
v0.3.1
2017-08-08 13:53 UTC
Requires
- php: >=7.1.0
Requires (Dev)
- phpunit/phpunit: ^6.2
- symfony/var-dumper: ^3.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-08-08 05:59:14 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.