Libraries tagged by parallel php
white-rabbit-1-sketch/php-worker-pool
5 Downloads
A lightweight PHP library to manage a pool of workers for parallel task execution. This library allows you to easily manage worker threads, process tasks concurrently, and optimize your application’s performance by executing multiple tasks in parallel. Ideal for background jobs, batch processing.
wdforge/php-multi-curl
21 Downloads
A simple and efficient library wrapping curl_multi_* is used to handle parallel http requests.
terremoth/php-async
12 Downloads
Write async PHP processes or process async files with no phtreads, parallel or reactive libs
spencer-mortensen/parallel-processor
106 Downloads
Run many pieces of code at once, and act on the results as they arrive
rauny-henrique/php-thread-pool
36 Downloads
Implementação de uma interface para utilização de Thread Pool com PHP
pedrogaldino/php-thread-pool
73 Downloads
Implementação de uma interface para utilização de Thread Pool com PHP
justmisha/php-multirunner
9 Downloads
The package gives the ability to run multiple processes (programs and scripts) in parallel in the background.
idimsh/parallel-processes
10 Downloads
Run multiple Symfony CLI processes in parallel.
happyslucker/parallel
1 Downloads
The Parallel library provides an efficient way to execute multiple tasks concurrently in PHP using child processes. This library leverages the functionality of the pcntl (Process Control) extension to achieve parallel processing, allowing developers to maximize resource utilization and improve performance, especially when dealing with time-consuming operations.
ppajer/php-request
10 Downloads
Intuitive and fluent wrappers for making cURL and multi-cURL requests.
solano/solano-phpunit
57227 Downloads
Parallel testing for Solano CI
tleckie/async
12 Downloads
Asynchronous and parallel PHP
symplely/thread_queue
42 Downloads
An simply `uv_queue_work` wrapper API to manage a pool of threads, for parallel PHP execution
vtsmedia/paratest
2846 Downloads
Parallel testing for PHP
turboparser/paratest
841 Downloads
Parallel testing for PHP