Libraries tagged by parallite
steevanb/php-parallel-processes
3992 Downloads
Call processes in parallel
soarce/parallel-process-dispatcher
5205 Downloads
Tiny PHP library for running jobs in background and/or in parallel
mitsuru793/symfony-parallel-process
62834 Downloads
Simple wrapper to enable parallel processing using Symfony Process component
kelemen/parallel
19886 Downloads
Library for parallel running tasks
hiblaphp/parallel
26 Downloads
geopal-solutions/gnu-parallel-wrapper
3018 Downloads
A wrapper library for the GNU Parallel binary
cheprasov/php-parallel
12533 Downloads
The class allows you to run multiple operations parallel in different processes and send results to the main process. Useful if you need to run multiple independent operations simultaneously, instead of sequential execution, or if you run several independent queries, for example, queries to different data bases
ankitfromindia/parallel-smtp
191 Downloads
High-performance parallel SMTP client for Laravel with connection pooling and pipelining - up to 10x faster bulk email sending
wyrihaximus/react-parallel-runtime
1767 Downloads
Convinence wrapper around ext-parallel Runtime for and ReactPHP
wyrihaximus/react-parallel
1469 Downloads
Bridging ext-parallel and ReactPHP
grogy/php-parallel-lint
6509 Downloads
This tool check syntax of PHP files about 20x faster than serial check.
wapmorgan/threadable
288 Downloads
Easy-to-use threading library providing all basic features to run your code in parallel mode
terremoth/php-async
18 Downloads
Write async PHP processes or process async files with no phtreads, parallel or reactive libs
symplely/coroutine
1579 Downloads
Cooperative multitasking using generators. The basics of coroutines, async and await!
stekycz/critical-section
37099 Downloads
Lightweight class supporting critical section locking